C Programs / current bill calculation using C program

Program Name

Write a C Program for current bill calculation
Theory
Current Total Bill = Enter the Number of units consumed * Unit Price
Program Code


Input
Enter the Number of units consumed and Unit Price2 3
Output
Number of Units consumed =2.000000
Unit Price=3.000000
Current Total Bill=6.000000
Online C Compiler (To copy paste and Run the c program)


Home     Back