Pseudocode and Flowchart – Send to output all numbers from 1 to n (read n from input) dividing with 3 or 5 Data 11/08/2019 Autor Andrei Olteanu Categorie Soluții 2 3104 Configurare noua (How To) Situatie Solutie Start i=1; Var n; Read n; While i<=n If (i%3==0) OR (i%5==0) then Show i; End if i=i+1 End while; End Tip solutiePermanent Voteaza Up Down (37 din 72 persoane apreciaza acest articol) ShareTweetShare Despre Autor Andrei Olteanu Solutii Asemanatoare Cum poti creste capacitatea de stocare pentru dispozitivele XBOX 0 Cum gasim fisiere duplicate in sistemul nostru Windows 0 Cum controlam volumul sunetului mult mai usor in Windows 0 How to use HTTPS-Only Mode for Secure Connections -3 How to Enable Enhanced Protection for Safe Browsing 0 Running a Bitcoin Mining Node on a Linux Server 0 Leave A Comment? × Cancel Reply Save my name, email, and website in this browser for the next time I comment. seven − two =
Leave A Comment?