Solution
#include <stdio.h>
int main()
{
char ch[12];
int b;
scanf ("%s",ch);
scanf ("%d",&b);
printf ("PRODUCT NAME:%s",ch);
printf ("\nCOST:%d",b);
return 0;
}
For python program visit the link given below.This blog is to help for the programmers to learn the programs and not to demotivate any people .Our intention is to make the learners to learn the code easily.
soap
121
PRODUCT NAME:soap
COST:121
Macbook
150000
PRODUCT NAME:Macbook
COST:150000
Problem Description Ram and Sita playing the parity game. Two types of parity are there. One is odd parity and next is even parity. Ram will...
No comments:
Post a Comment