Answer:
An array is a collection of similar types of data. For example, if we want to store the names of 100 people then we can create an array of the string type that can store 100 names. String[] array = new String[100];
<h2>HOPE ITS HELPS YOU</h2>
Answer:
n = f = 7
loop f = gt(n,1) f * (n = n - 1) :s(loop)
output = f
end
Explanation:
Answer: squared ← number * number
Explanation:
Answer:
randint
Explanation:
Just did my quiz and got a 100%
Answer:
if(x>12 || x<34)
Explanation:
Mashing the two together using the or '||' operator would allow to run both necessary functions for the next code.