Programming Fundamental (C++) Lab task 07, Assignments of Programming Languages

Programming Fundamental (C++) Lab task 07 Lab task 7.1 write a structure that a video store can use a program to track videotape inventory. Make sure that structure includes the taps title, length of the tape (in minutes), cost of the tape, rental price of the tape and date of movie release .define three structure variable, initialize them and print data to the screen Lab task 7.2 Student scholarship office need a program to keep a record of student for different scholarship. Write a program th

Typology: Assignments

2019/2020

Uploaded on 12/10/2020

razaroghani
razaroghani 🇵🇰

4.5

(4)

151 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Lab #07
Page. 1
Lab task 7.1 write a structure that a video store can use a program to track video tape inventory.
Make sure that structure include the taps title, length of the tape (in minutes), cost of the tape, rental price
of the tape and date of movie release .define three structure variable, initialize them and print data to the
screen
pf3
pf4
pf5

Partial preview of the text

Download Programming Fundamental (C++) Lab task 07 and more Assignments Programming Languages in PDF only on Docsity!

Lab task 7.1 write a structure that a video store can use a program to track video tape inventory. Make sure that structure include the taps title, length of the tape (in minutes), cost of the tape, rental price of the tape and date of movie release .define three structure variable, initialize them and print data to the screen

Lab task 7.2 Student scholarship office need a program to keep a record of student for different scholarship. Write a program that keep track of student Registration number, name, department and CGPA. Used this program for 5 student to gather the data. Print the data on the screen entering the data for all studen