Practice_01
Q1:
Write a program to input two matrix of 3x3 order and
add them.
Q2:
Write a program to input a message in form of string and
encode it by replacing it with the next character .
( Ex. Suppose input is
axlo then it should print bymp )
Q3:
Program to enter marks of 5 subject and calculate
average, percentage , pass or fail of student.
Q1_Code :
Q2_Code :
Q3_Code :
0 comments:
Post a Comment
Please give your valuable suggestions