Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
help the question
–1
vote
asked
Feb 28, 2019
by
gvgv
answered
3 minutes ago by levftf
int A=10;
int B=12;
if(A==B)
cout<<"A==B";
cout<<"B==A";
ggy
Please
log in
or register to answer this question.
2 Answers
0
votes
answered
Feb 28, 2019
by
Noah DeBord
(
310
points)
What are you trying to ask here?
Please
log in
or register to add a comment.
0
votes
answered
Mar 4, 2019
by
anonymous
error in the statement declaration
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...