in c language as fast as possible 1) write a program to find the smallest digit in a given number(intiger) eg: input: 13

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

in c language as fast as possible 1) write a program to find the smallest digit in a given number(intiger) eg: input: 13

Post by answerhappygod »

in c language as fast as possible
1) write a program to find the smallest digit in a given number(intiger)
eg: input: 13280
output: 0
2) write a program which will take integer as input this number represents quality in liters print out the equivalent quantity in gallons and ounces given to an accuracy of one decimal place using functions
hint: 1 l = 0.26172 gallons, 1 l= 33.814 ounces
eg: input: 7
output: 236.6
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply