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 -4 3230 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 (45 din 94 persoane apreciaza acest articol) ShareTweetShare Despre Autor Andrei Olteanu Solutii Asemanatoare How to install and get started with Docker Desktop on Linux 2 How to build a simple Portfolio website using Wix 1 Google Docs can now import and export Markdown 3 Tasks you can automate using Regex 3 How to uninstall KB5063878 to fix SSD disappearing issue on Windows 11 0 How to reset settings to defaults on Chrome 0 Leave A Comment? × Cancel Reply Save my name, email, and website in this browser for the next time I comment. 1 × six =
Leave A Comment?