Feeds
질문
Write a program to print all prime numbers between 10 and 100 using for loop
using for loop only
대략 5년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
