Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 49
» Latest member: antwantillman
» Forum threads: 4,492
» Forum posts: 4,495

Full Statistics

Online Users
There are currently 942 online users.
» 0 Member(s) | 939 Guest(s)
Yandex, Bing, Applebot

Latest Threads
SELECT statement with MS ...
Forum: MS Access SQL Tutorials
Last Post: Qomplainerz
07-27-2023, 03:35 PM
» Replies: 0
» Views: 1,407
SELECT statement with the...
Forum: MS Access SQL Tutorials
Last Post: Qomplainerz
07-27-2023, 03:31 PM
» Replies: 0
» Views: 796
Creating hyperlinks in HT...
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 01:23 PM
» Replies: 0
» Views: 1,162
What's new in HTML5?
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 12:48 PM
» Replies: 0
» Views: 858
What is HTML5?
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 12:43 PM
» Replies: 0
» Views: 772
Neck isometric exercises
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:44 AM
» Replies: 0
» Views: 1,101
Shoulder shrug
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:43 AM
» Replies: 0
» Views: 701
Neck retraction
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:43 AM
» Replies: 0
» Views: 685
Neck flexion and extensio...
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:42 AM
» Replies: 0
» Views: 772
Neck rotation
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:42 AM
» Replies: 0
» Views: 735

 
  Basic-256 Multiplications with user input
Posted by: Qomplainerz - 09-14-2020, 09:01 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

Multiplying numbers given by the user can be done as shown below:

   

Print this item

  Basic-256 Multiplications with variables
Posted by: Qomplainerz - 09-14-2020, 08:59 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

Multiplications with variables can be done as shown on the image below:

   

Print this item

  Basic-256 Multiplications with values
Posted by: Qomplainerz - 09-14-2020, 08:57 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

Multiplications with values can be done as shown on the image below:

   

Print this item

  Basic-256 Subtractions with user input
Posted by: Qomplainerz - 09-14-2020, 08:54 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

Now we will ask the user for two numbers and subtract them from each other as shown on the image below:

   

Print this item

  Basic-256 Subtractions with variables
Posted by: Qomplainerz - 09-14-2020, 08:52 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

We will continue with variables.
Variables can be subtracted as shown on the image below:

   

Print this item

  Basic-256 Subtractions with values
Posted by: Qomplainerz - 09-14-2020, 08:50 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

We will start with values again.
Subtractions with values can be done as shown on the image below:

   

Print this item

  Basic-256 Additions with user input
Posted by: Qomplainerz - 09-14-2020, 08:47 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

Of course we can ask the user to enter two numbers and add them, too.
Have a look at the image shown below:

   

Print this item

  Basic-256 Additions with variables
Posted by: Qomplainerz - 09-14-2020, 08:45 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

Additions can also be done by adding two variables as shown on the image below:

   

Print this item

  Basic-256 Additions with values
Posted by: Qomplainerz - 09-14-2020, 08:43 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

Now we will let the computer do what it can do best -> calculations.
Additions can be done by just adding two values as shown on the image below:

   

Print this item

  Basic-256 Hello World with user input
Posted by: Qomplainerz - 09-14-2020, 08:40 PM - Forum: Basic-256 tutorials, examples and exercises - No Replies

The third option to print "Hello, World!" on the screen is asking the user for input and printing that on the screen as shown on the image below:

   

Print this item