Hey guys
Can you guys help me in my assignment.
My professor gave us assignment in flowchart about looping and we have to write the output of this flowchart.
and i wanna answer this by translating it to c++ compiler this is the code
if ( false ) means the condition checked is always.. false That is to say, the condition can never evaluate to true so the code governed by the if condition will never be executed.
I don't think anyone here knows what you're trying to change in your code besides what's already been said. What do you mean by "translating it"? Were you already given some form of code and you need to draw a chart of it? Or were you given a chart and you're making code from it?
You'd have to upload to some other site and link. But in your if statements, what are you actually trying to test to be true or not? That's probably the biggest problem in the code you have.