Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
THIS PROGRAM IS TO DISPLAY A STOCK CONTAINING ITEM CODE,ITEM NAME,PRICE AND ANOTHER STOCK WITH CODE & QUANTITY AND DISPLAY COMPLETE INFORMATION#include #include #include struct stock { int itemcode; char itemname[30]; float unitprice; };struct stock1 { int itemcode; int quantity; };void main() { clrscr(); stock s[50]; stock1 s1; float amt; int number; cout<<"enter the no. of items to be purchased : "; cin>>number; cout< for(int i=0;i { cout<<" Item code : "; cin>>s[i].itemcode; cout<<" Item name : "; gets(s[i].itemname); cout<<" Unit price of the item : "; cin>>s[i].unitprice; cout< } cout<<"enter the item code of the item to be purchased : "; cin>>s1.itemcode; cout<<"enter the total quantity : "; cin>>s1.quantity; cout< for(i=0;i { if (s[i].itemcode == s1.itemcode) { amt = s[i].unitprice * s1.quantity; clrscr(); cout<<"\t B I L L "<<"\n\n"; cout<<" item code : "< cout<<" item name : "< cout<<" unit price : "< cout<<" quantity : "< cout<<"\n"; cout<<" total amount : "< } else { clrscr(); cout<<" THE ITEM IS NOT AVAILABLE "; } } getch(); }
Program to show the ascii value of characters: int main() { int one_char; cout one_char = getch();
The game of hangman may have originated in the Victorian era, and involves trying to guess a word by suggesting letters. The game is played as follows: A word is chosen and the pl
Byteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various luminous jewels of particular colour. Nec
Explain zero based addressing. - Array subscripts always start at zero. - These subscript values are used to identify elements in the array. - As subscripts start at 0, a
Static Member Functions All the objects of the class share static data members of a class. The example above demonstrates how to keep track of all the objects of a class which
padovan string program 1 : package test.padovanstring; public class PadovanString { public int stringOccurrences(int n, String str){ if(n >= 40) return -
A Padovan string P(n) for a natural number n is defined as: P(0) = ‘X’ P(1) = ‘Y’ P(2) = ‘Z’ P(n) = P(n-2) + P(n-3), n>2 where + denotes string concatenation. For a string of the c
Program is to define a class as student: Program is to define a class as student and display the records specific depending upon the number class student { private:
Specifying a Class: As discussed a class is defined to develop an algorithm and bind it together in a core shell. A class is an abstract data type (ADT). The binding of dat
Write a recursive implementation of Euclid's algorithm for finding the greatest common divisor (GCD) of two integers. Descriptions of this algorithm are available in algebra books
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd