Lab 7 Task

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Programming Fundamental

Instructor: Ms. Sabeen Sher


Lab# 7 Tasks
Date: 10-12-2023
Due Date: 17-12-2023
Note: Submit code execution screenshots with their output Results
1. Task // Write C++ Program to Find String Length
StringLenth.cpp
2. Task // Write C++ program to compare two strings using strcmp
StringComparison.cpp
3. Task // Write C++ program to determine a candidate age is eligible for vote casting or not
VoteCasting.cpp
4. Task // Write C++ Program to Enter Month and Print Days by using Switch Statement, If
Statement and loop
DaysInMonthbySwitch.cpp
DaysInMonthbyIf.cpp
DaysInMonthbyLoop.cpp
5. Task // Write C++ Program to Generate Multiplication Table
Table.cpp
6. Task // Write Program C++ to swap First and Last Digit of a Number
SwapppingNumbers.cpp

You might also like