Statistica
3 Domande
0 Risposte
RANK
280.329
of 300.369
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 168.436
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
1 Pubblico Canale
VALUTAZIONE MEDIA
30
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Write a program to print all prime numbers between 10 and 100 using for loop
using for loop only
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 5 anni fa | 1 risposta | 0
