Feeds
提问
Write a program to print all prime numbers between 10 and 100 using for loop
using for loop only
5 years 前 | 1 个回答 | 0
1
个回答提问
A person, who is infected by Novel Corona virus, can spread infection unto 3 people in one day. Initially there is 1 infected person.
Write a complete MATLAB program using while loop to estimate how many infected people will be there after 5 days and display the...
5 years 前 | 2 个回答 | 0
2
个回答提问
Write a complete MATLAB program using while loop that will take a number from user as input and display whether the number is a prime or not. Your program should be able to handle invalid inputs.
A prime number is defined as a positive integer that is divisible by 1 and that number only. For example: 11 is a prime number a...
5 years 前 | 1 个回答 | 0
