Statistiques
3 Questions
0 Réponses
RANG
81 267
of 301 159
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 182
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
1 Public Chaîne
CLASSEMENT MOYEN
30
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Write a program to print all prime numbers between 10 and 100 using for loop
using for loop only
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 5 ans il y a | 1 réponse | 0
