Math, asked by iqraue3, 10 days ago

3 digit number reverse 3 digit number and answer not equal to ten digit 9 show tht the statement is false

Answers

Answered by Popleo11
0

Answer:

I am not sure about the answer

Step-by-step explanation:

Answered by nishiip361gmailcom
0

Answer:

I wanted to reverse a number without using any loops, I included the steps so far, but Im not sure if it is right or not:

Declare the int into num1, num2 and num3 along witht the output, reverse

Ask the user to enter a number to reverse

Store the number using scanf

Get the last digit of the number , num1= n/100

Get the middle digit from the user, num2=(num%100)/10

To get the last digit from the user, num3=(num%10)/100

Similar questions