Chapter 1 - Basics
-
Write a program to print
Hello, World
. -
Write a program to print a block F using hash (#), where the F has a height of six characters and width of five and four characters.
###### # # ##### # # #
-
Create a
tuple
to hold ani32
andf32
and then call thef32
value. -
Take input(name) from the user of type
String
and printHello, <name>!
. -
Initialize an array of sixteen
0