Last week for the August Small Basic Code Challenges!

This post has been republished via RSS; it originally appeared at: Small Basic Blog articles.

First published on MSDN on Aug 27, 2018

Authored by Ed Price


This month's Small Basic code challenges come from Roshan Kumar Priya .

These are his challenges for August 2018...

Go to the forum thread to submit your programs:

These challenges are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic.  Some will be easy, some will be hard - but they will all make you think, and more importantly be GREAT FUN!

The only rule is that your solution must use standard Small Basic methods (no extensions).

Graphics Challenge

  • Draw a face which includes eyes, ears, nose, mouth, hair and teeth.

  • Draw a scenery which includes trees, mountains, sun, houses etc.

  • Draw your own favorite outdoor game. For example, Basket ball, Football, Baseball etc.





Maths Challenge

  • Make your own math evaluator, That can evaluate the problems we enter in a textbox. For eg, "1+2" , "6-3", "10*3" , "150/3".

  • Write program that can give the sum of digits of a number. For example, if you type 63345, it should give the answer as 6 + 3 + 3 + 4 + 5 = 21


Extension Challenge

  • Write a extension for Small Basic using C# ,VB.NET, F# , Visual C++.NET which can can add SaveFileDialog and OpenFileDialog.


Other Challenges

  • Make your own music player that can start ,stop ,resume and pause music.

  • Make your own File Explorer like Windows Explorer, that can copy and paste files and view folders.

  • Make your own Image viewer that can view images from URL or file.




Small and Basically yours,

- Roshan and Ed

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.