[solved] – Question 88507
I have very detailed homework assignment with specific instructions …very easy if you know what you’re doing … how does the pricing work ?
Thank you
Expert Answer
[solved] – Question 8855
if the arch is shaped according to this equation y= 693.8 – 68.8 cos h (x/99.7) ft
Make a plot of the arch for -299.25≤x≤299.95 ft
in Matlab
Expert Answer
[solved] – Question 88603
Suppose you have student data that is captured in a table as shown below. Normalize the data in this
table to 3NF.
Student Age Subject
Asongile 15 Afrikaans, Life skills
Avela 14 Life skills
Sibusiso 17. Life skills
____________________________________________________________________
Expert Answer
[solved] – Question 88645
In this program, you will create a personal organizer. Using parallel arrays you will store the following information on each event in your organizer:
Month (1 – 12)
Day (1 – 31)
Year
Event name
If the user enters an incorrect month the month should be set to January.
If the user enters an incorrect day then the day should be set to 1.
Write the following methods:
Add an event
Print all events
Print events in a specific month
Your program should follow how the sample run (below) asks for input and how it outputs events.
It should first keep asking for new events to add until the user says NO. Then, it should print all the events entered. Finally, it should ask the user for a specific month that he or she would like to see events from.
Expert Answer
[solved] – Question 8866
Your lecturer wishes to store the exam marks for java, and perform an analysis of the marks. The marks are expressed as a percentage. There are 15 students that wrote the exam. write the java program that will input the marks for each student and store in an array called Supp. The input must be validated before being stored. Also determine and display the highest and lowest mark. the inputs are: 15,27,38,2,98,42,87,92,99,13,5,72,67,2,1. This is for an assignment and its really urgent, if you could please help me. thanx
Expert Answer
[solved] – Question 8873
Hi, I am new to c++ and have a question. In my code I need to use a variable of my void fuction in my main. A simple example is
Void sendvariable (int x)
{
Int x=2
…
}
Int main ()
{
…..
Want to get x from above function and do something on it
}
Expert Answer
[solved] – Question 88734
Write the output of the following program:
#include<upstream.h>
#include <conio.h>
void main ( )
{
int t=0
int X[ ] ={4,6,7,10,12}
for (int i=1;i <5; i++)
{ X [ i ] = X [ i ] *2 ;
t+=X [ i ];
}
cout <<t;}
Expert Answer
[solved] – Question 88743
Write the output of the following program :
#include <upstream.h>
#include <convo.h>
int R =10;
void display (int x , int y=4)
{
x=x+R;
R=R+5;
y=y+x;
cout <<x<<y <<R <<endl;
}
void main ( )
{
int R=5 , t=2;
cout <<R <<t <<endl;
display ( : : R ) ;
cout <<: : R <<R <<endl ;
}
Expert Answer

