0
Please who can help me with this question. Write C++ application that is capable of doing a=b-t/p - a(a-10)^2
4 Answers
0
Put some efforts first. Share your code here and we will help you out in solving the errors.
0
#include<iostream>
Using namespace std;
Int main()
{
int a,b,t,p,q;
q=10
Cout <<"enter a number \n";
Cin >>a;
Cout <<"enter another value \n";
Cin >>b;
Cout <<"enter another value \n";
Cin >>t;
Cout <<"enter another number \n";
Cin >>p;
a=b-t/p-a;
Cout <<"b-t/p - a(a-10)^2="<<a<< end;
return 0;
0
Please the one was my answer
Can someone view it and correct it for me