Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
Write an if statement that checks if x is greater than 5.
π‘ Hint: Remember the structure of if statement!
Question 2
Easy
Create a for loop that prints numbers 1 through 3.
π‘ Hint: Use a simple increment and the disp function.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What does the if statement do?
π‘ Hint: Think about what happens in a decision-making process.
Question 2
True or False: The for loop executes based on a condition being true.
π‘ Hint: Consider how control flow differs in loops.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Write a program that determines if a number is prime using an if statement and loops.
π‘ Hint: Think about how to identify factors of a number.
Question 2
Develop a script that generates a multiplication table for numbers 1 through 5 using nested loops.
π‘ Hint: You need to repeat the outer loop for each number while multiplying with each in the inner loop.
Challenge and get performance evaluation