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