This program has to give the biggest of 10 numbers.What is the problem? # include <iostream> using namespace std; int main () { int max=0; int ar...
i need to write a program to cal the gpa this is how far i have reached# include <iostream> using namespace std; int main () { char name [16]; int...
what is wrong with this programcan you show me a sample of storing in an array
i need this program to find the average what is wrong with it?# include <iostream> using namespace std; int main () { int count, total, measure1, measure2, ...
what is wrong with this program # include <iostream> using namespace std; int main () { int num1, num2, num...
This user does not accept Private Messages