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 3141 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 (41 din 80 persoane apreciaza acest articol) ShareTweetShare Despre Autor Andrei Olteanu Solutii Asemanatoare How to increase Java memory limits – Windows 2 How to run remote Command Execution on Powershell? 0 How to run PowerShell Script from CMD 0 Remediați problemele de sunet după actualizarea Windows 11 24H2 -1 How can we see only the errors on an interface 2 How can we see the details of neighboring devices 3 Leave A Comment? × Cancel Reply Save my name, email, and website in this browser for the next time I comment. + one = 3
Leave A Comment?