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

Programming Fundamental (C++) Lab task 02

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 #02
Page. 1
Lab: 02
pf3
pf4
pf5

Partial preview of the text

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

  • Lab:

Lab_Task_2.1: Performs the following tasks:

 Declare an integer a, float b and character c variable  Assign 5, 2.5 and ‘H’ to integer, float and character respectively  Display output as shown below.  My Name Is…  I am student of software engineering  Value of a, b and c are: 5, 2.5 and H

Lab_task_2.3: Receive integer and float values from user and display it to the

user.

Lab_task_2.4: Take character value from user and display it on the console

screen.