Computer Science, asked by PrasanthsaiKolli, 1 day ago

Single File Programming Question Velu is a first-year Computer Science student. The next day he is having his practicals lab exam. His sister(Priya) is working in a top IT firm. To test Vel, she gives him a problem to solve. The problem is to find the N-th Special Number, given the value of N., She also defines a number to be special, if its units place digit only consist of 0, 1, 2, 3, 4 or 5. Write a program to help Vel. Example Input 5 Output 4 Explanation Here N = 5. The first 5 special numbers are 0, 1, 2, 3 and 4. So the output is 4. Input format The first input is an integer that denotes the N value.​

Answers

Answered by shadabsdr2005
1

Answer:

30 programming that is so cute I am not teacher

Similar questions