Pseudocode to print your name hundred time?

1 answer

Answer

1060627

2026-04-02 22:50

+ Follow

Here's a simple pseudocode to print your name a hundred times:

<code>FOR i FROM 1 TO 100

PRINT "Your Name" END FOR

</code>

Replace "Your Name" with your actual name. This loop iterates 100 times, printing your name in each iteration.

ReportLike(0ShareFavorite

Related Questions

Copyright © 2026 eLLeNow.com All Rights Reserved.