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

26th Feb 2020, 11:48 AM
Emmanuel Asamoah
Emmanuel Asamoah - avatar
3 Respuestas
0
Put some efforts first. Share your code here and we will help you out in solving the errors.
26th Feb 2020, 11:49 AM
Chetali Shah
Chetali Shah - avatar
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;
26th Feb 2020, 12:07 PM
Emmanuel Asamoah
Emmanuel Asamoah - avatar
0
Please the one was my answer Can someone view it and correct it for me
26th Feb 2020, 12:50 PM
Emmanuel Asamoah
Emmanuel Asamoah - avatar