- 1
if else structure
write a c++ program that reads two numbers, the program should test the first number whether it is multiple of the 2nd number using if else structure..???
6 Respostas
+ 5
Why?
+ 2
dear i dont mean to challege you, i just need your help about how to write the program, i brought that question from a source and i have no idea about the answer,, if u help me i would be glad..thank u all..
+ 2
umm by user input you mean cin right?
+ 2
#jamie your idea was so helpful; thank you very much i am gonna try it.
+ 1
yes i know how to get it😊
+ 1
yes the modulus operator shows us the reminder resulting from a division ..for example 7%2 is eqaul to 1