#include <stdio.h> #include <conio.h> main() { int weight scanf("%d",&weight); price = weight*30 print("Price to pay is %d",price) return 0; }
Standard input is empty
#include <stdio.h>
#include <conio.h>
main()
{
int weight
printf("Enter mala weight: ");
scanf("%d",&weight);
price = weight*30
print("Price to pay is %d",price)
return 0;
}