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