+ 2
I am not understanding why the output is coming different when the numbers changed and how they are linked to each other
#include <iostream> using namespace std; int main() { int num = 1; while (num < 6) { cout << "Number: " << num << endl; num = num + 3; } return 0; }
4 Réponses
+ 2
Hey, could you provide some context i.e a link to the code you are talking about so we can possibly help you?
+ 1
hey I have provided it in my description
0
pls send the code let's check em
0
bro I got the ans