Computer Science, asked by chiyyeduswetha, 26 days ago

write a python program to print digit at its ones place​

Answers

Answered by nehagupta69
7

Explanation:

Python Program to Form an Integer that has the Number of Digits at Ten's Place and the Least Significant Digit of the Entered Integer at One's Place. Take in an integer and store it in a variable. Make a separate copy of the integer. Using a while loop, calculate the number of digits in the integer.

Answered by manu576334
0

Answer:

Python Program to Form an Integer that has the Number of Digits at Ten's Place and the Least Significant Digit of the Entered Integer at One's Place. Take in an integer and store it in a variable. Make a separate copy of the integer. Using a while loop, calculate the number of digits in the integer.

Similar questions