Lab Task 3 PF 2022
Lab Task 3 PF 2022
DFC 20113
PROGRAMMING FUNDAMENTALS
TOPIC CHAPTER 1 2 3 4 5
ASSESMENT LAB TASK 1 2 3 4 5
NAME
REG NO
PROGRAMME
INSTRUCTIONS :
MARKING SCHEME
CLO2P PLO3
TOTAL / 20
Question 3A
#include <iostream>
(5 marks)
Question 3B
Write a program that present the user to enter quantity of book and price of book.
(5 marks)
Question 3C
Write a program that prompts the user to input two number and symbol ( + , - , * , /,%). The program
should then output the number and message saying result of the operation. The program also have
display menu.