Computer Science, asked by kashyapbarad03, 4 months ago

c program to read the price of item in decimal form​

Answers

Answered by girl6458
0

Answer:

please write the full question

Answered by sahil10august
0

#include<stdio.h>

int main()

{

float price;

printf("Enter Price : ");

scanf("%f",&price);

}

Attachments:
Similar questions