Computer Science, asked by PratikKumarUpadhyay, 19 days ago

write an algorithm to accept a number and display digit in its unit place.​

Answers

Answered by XxANKUxX
1

If you are talking about printing the one digit of an integer in C:

int n = 2345; /* assuming a value >= 0 */

printf(“%i”, n % 10); /* prints 5 */

Answered by dtgtgm
0

Answer:

5,2,4,85,56,86,43,100,50,200,100

Explanation:

 \tan( \sin( \cot(45 {.12525}^{ = 25?5} ) ) )

Similar questions