c program to read the price of item in decimal form
Answers
Answered by
0
Answer:
please write the full question
Answered by
0
#include<stdio.h>
int main()
{
float price;
printf("Enter Price : ");
scanf("%f",&price);
}
Attachments:
Similar questions