def hello_world (name:string):print(&"{name}")
Python
A term used to say that if the criteria are met, then you must do something.
An if statement
A dictionary.
A set of values that correspond to a certain thing.
Name 1 language.
(any language)
Function hello_world (name:string) {console.log(name)}
Javascript
A term used to say that if the criteria are met, then something happens, otherwise something happens.
An else statement
A float.
A number that can be a decimal.
Name 2 languages.
(any 2 languages)
void hello_world (const std::string&name) {cout << name;}
C++
A term used to say that if the criteria are met, then something happens, otherwise if this criteria is met, then this happens, and so on.
An elif statement.
A string.
Something that is usually found in double quotes and is usually letters, but can also be numbers. "43" "Bob"
Name 3 languages.
(any 3 languages)
void hello_world (chor + name) {printf("%s",name);}
C
A term used to show that one thing has the same value as something else.
An ==.
An I32.
A signed integer going up to 2^32
Name a language derived from java.
Javascript
Fun hello_world (name:String) {print!("{name}")}
Rust
A term used to show that something is greater than another thing.
An =>.
A U32.
An unsigned integer going up to 2^32.
Name a language derived from shell.
BASH