Day5 Loops

Objective

In this challenge, we’re going to use loops to help us do some simple math. Check out the Tutorial tab to learn more.


Task

Given an integer, n, print its first 10 multiples. Each multiple n x i (where 1 <= i <= 10) should be printed on a new line in the form: n x i = result.


Day4 Class vs. Instance

Objective

In this challenge, we’re going to learn about the difference between a class and an instance; because this is an Object Oriented concept, it’s only enabled in certain languages. Check out the Tutorial tab for learning materials and an instructional video!


Day3 Intro to Conditional Statements

Objective

In this challenge, we’re getting started with conditional statements. Check out the Tutorial tab for learning materials and an instructional video!


Day2 Operators

Objective

In this challenge, you’ll work with arithmetic operators. Check out the Tutorial tab for learning materials and an instructional video!


Task

Given the meal price (base cost of a meal), tip percent (the percentage of the meal price being added as tip), and tax percent (the percentage of the meal price being added as tax) for a meal, find and print the meal’s total cost.

Note: Be sure to use precise values for your calculations, or you may end up with an incorrectly rounded result!


Day1 Data Types

Objective

Today, we’re discussing data types. Check out the Tutorial tab for learning materials and an instructional video!


Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×