Computer Science, asked by ahmedrukshar490, 5 hours ago

correct the error in the following- cin>>a;<<b;*​

Answers

Answered by kashvichaurasia819
2

Answer:

int sum,sub,mult,div,module;

int a,b;

cout<<"Enter value of a ="

cin<<a;

cout<<"Enter value of b =;

cin<<b;

sum=a+b;

sub=a-bmult=a*b;

div=a/'b';

module=a%b;

Similar questions