Write output of the following C++ program.
include<iostrream>
using namespace std:
int main()
int a=1 ,b=2,c=3;
cout<<a+b+c/3;
cout<<"\n";
count<<{a+b}%c;
Answers
Answered by
1
Answer:
this is Java
hope it helpful to u
Similar questions