blob: 66f5ca503ee6675d7785f5c93cd238a3e300f28c (
plain)
1
2
3
4
5
|
clc
clear
printf("Example 8.9 | Page number 223 \n\n");
//This is a theoritical question.Refer textbook for solution
printf("This is a theoritical question.Refer textbook for solution")
|