My name is plawasha and i,m student of software engineering. but as i,m new in development i am learning about development how to develop a program and it is very tough to learn development in this age as i,m 21 year old so i,m working hard to learn about development and basically i,m student of economic and i start learning development due to my fiance and he is working with me to teach me how to develop a program.
I develop a program in C ++ and it has alot of error which compiler is not showing as the errors they are logical errors.
[IMAGE: https://steemitimages.com/DQmPBx5qiVQUsQR7mSq6nBqVRQFNRXsr9ef5k1sR8hhhLT8/p3.PNG]
include< iostream>
using namespace std;
class mota{
private:
int a,b;
public:
mota(){
int a=0;
int b=0;
}
mota(int x){
a=b=x;
}
mota(int x, int y)
{
a=x;
b=y;
}
int display(){
cout<<"enter value of a"<
using namespace std;
class sum{
private:
int a , b ;
public :
sum (int c){
c = 20;
cout<<"value of c " <