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.

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";

2 Answers

0 votes
answered Feb 28, 2019 by Noah DeBord (310 points)
What are you trying to ask here?
0 votes
answered Mar 4, 2019 by anonymous
error in the statement declaration
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...