name = "marshall"
print (f"hello {name}"
what is PYTHON
print ("hello world")
what is prints hello world!
what game caused the video game crash of 1983
what is e.t
<p> wow that is crazy <p>
what is <p> wow that is crazy </p>
how do you write 1
what is 00000001
printf("Enter two operands: ");
scanf("%lf %lf", &a,
res = a / b;
break;
default:
printf("Error! Incorrect Operator Value\n");
res = -DBL_MAX;
what is C
CLS
INPUT "ENTER LENGTH"; L
INPUT "ENTER BREADTH"; B
A = L * B
PRINT "AREA OF RECTANGLE"; A
END
what is Calculating the Area of a Rectangle
what is assembly
what is assembly is basically an easier way to write code in binary
<!DOCTYPE html>
<html>
<body>
<h1>Hello World
<p>This is my first website.</p>
</body>
</html>
what is One tag isn’t closed properly.
how do you write 5
00000101
public class Main {
int x = 5; // A class attribute
public static void main(String[] args) {
Main myObj = new Main(); // Creates an object of class Main
System.out.println(myObj.x); // Prints the value of the attribute x
}
}
what is JAVA
INPUT "Enter the First Number"; A
INPUT "Enter the Second Number"; B
SUM = A + B
PRINT "The SUM of two numbers is"; SUM
END
what is Find the sum of 2 numbers
what year was the microchip invented
what is 1958
<!DOCTYPE html>
<html>
<body>
<img scr="cat.png" alt="A cat">
</body>
</html>
The image won’t show because one attribute name is wrong.
what number is
01000001
what is 65
struct Player {
var name: String
var highScore: Int = 0
var history: [Int] = []
init(_ name: String) {
self.name = name
}
}
var player = Player("Tomas")
print(player.name)
what is SWIFT
IT'S SHOWTIME TALK TO THE HAND "Hello, World!" HASTA LA VISTA, BABY
what is Prints hello world
what is the eniac
what is the first computer
<!DOCTYPE html>
<html>
<body>
<p>
This is a paragraph.
<h2>Subtitle</h2>
</p>
</body>
</html>
what is HTML elements are used in a way browsers don’t like.
what number is it
01000011
what is 6-7
. Liquefy the milk chocolate. Put milk chocolate into the mixing bowl. Liquefy contents of the mixing bowl. Pour contents of the mixing bowl into the baking dish. Refrigerate for 1 hour.
what is CHEF
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
what is hello world
whats the brown box
what is the first video game consle
<!DOCTYPE html>
<html>
<title>My Page</title>
<body>
<h1>Welcome</h1>
<p>This page has a structure issue.</p>
</body>
</html>
The page might still load, but it breaks proper HTML rules.
what does it say
011011 010110 000101 110010 011100 110110 100001 100001 011011 000110 1100
what is marshall