Question: Matlab program 4.3 Write a program in a script file that finds the smallest odd integer that is divisible by 13 and whose square root
4.3 Write a program in a script file that finds the smallest odd integer that is divisible by 13 and whose square root is greater than 120. Use a for-loop in the program. The loop should start from 1 and stop when the number is found. The program prints the message "The required number is:" and then prints the number. Hint: Use rem(n.2)-0 for finding odd integers, and rem(n, 13) 0 for finding the number to be divisible by 13. Answer Script File: Command Window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
