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.
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take mock test.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
Write an if statement to check if a number is even.
💡 Hint: Use the modulus operator to check for even numbers.
Question 2
Easy
Create a statement to check if a user is logged in.
💡 Hint: Check the boolean condition for login status.
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 an if statement do?
💡 Hint: Think about the scenarios where you need to decide between two outcomes.
Question 2
Can we use multiple else if statements?
💡 Hint: Consider how we categorize multiple scenarios.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Write a program that assigns grades based on a range of scores and includes comments for each condition.
💡 Hint: Consider the various grade boundaries you know.
Question 2
Create a function that returns a message based on the week number (1-52) indicating the season.
💡 Hint: Think about how seasons are divided throughout the year.
Challenge and get performance evaluation