Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Calculating and Rounding Up Body Mass Index (BMI) To the Nearest Integer BMI is a measure of body fat based on height and weight that applies to adult men and women. BMI... PCEX arithmetic operations
2 Pythagorean Theorem (Case 2) Suppose that the user provides two input values for a right-angle triangle. The first input is for the length of... PCEX arithmetic operations
3 Arithmetic Operations Arithmetic Operations AnnEx arithmetic operations, operators, variables
4 Combining Assignment and Arithmetic Java BehaviorExample for demonstrating Combining Assignment and Arithmetic AnnEx arithmetic operations
5 Arithmetic Operations Java CodeVisualization for demonstrating Arithmetic Operations JSVEE arithmetic operations, arithmetic operators, operators, variables
6 Compound Assignment Java PredictingFinalResult for demonstrating Compound Assignment QuizJET arithmetic operations
7 Using Math Class (abs) Java PredictingFinalResult for demonstrating Using Math Class (abs) QuizJET arithmetic operations
8 Using Math Class (ceil) Java PredictingFinalResult for demonstrating Using Math Class (ceil) QuizJET arithmetic operations
9 Pre Decrement Java PredictingFinalResult for demonstrating Pre Decrement QuizJET arithmetic operations
10 Question 1 Java PredictingFinalResult for demonstrating Question 1 QuizJET arithmetic operations
11 Calculating Body Mass Index (BMI) BMI is a measure of body fat based on height and weight that applies to adult men and women. BMI... PCEX arithmetic operations, operators, variables
12 Pythagorean Theorem (Case 1) Construct a program that accepts two input values from the user, one for each side of a right-angle triangle. The... PCEX arithmetic operations, operators, variables
13 Seconds to Minutes Conversion Construct a program that obtains minutes and remaining seconds from the input amount of time in seconds. For example, 500... PCEX arithmetic operations, operators, variables
14 Converting Milliseconds to Hours-Minutes- and Seconds Construct a program that obtains hours, minutes, and seconds from an amount of time in milliseconds. PCEX arithmetic operations, operators, variables
15 Increment/Decrement Operators (Case 1) Construct a program that performs increment/decrement operations on variable a (with initial value of 4) and variable b (with initial... PCEX arithmetic operations, operators, variables
16 Increment/Decrement Operators (Case 2) Construct a program that performs increment/decrement operations on variable a (with initial value of 8) and variable b (with initial... PCEX arithmetic operations, operators, variables
17 Increment/Decrement Operators (Case 3) Construct a program that performs increment/decrement operations on variable a (with initial value of 6) and variable b (with initial... PCEX arithmetic operations, operators, variables
18 Decrement Java BehaviorExample for demonstrating Decrement AnnEx arithmetic operations, variables
19 MultiInterfaces MultiInterfaces AnnEx arithmetic operations, interfaces
20 Increment Increment AnnEx arithmetic operations, operators, variables
21 Math Functions Math Functions AnnEx arithmetic operations, variables
22 Operator Operator AnnEx arithmetic operations, operators, variables
23 Type Casting Type Casting AnnEx arithmetic operations, operators, primitive data types, variables
24 Print Tester Java CodeVisualization for demonstrating Print Tester JSVEE arithmetic operations, data types, operators, variables
25 Variable Demo Java CodeVisualization for demonstrating Variable Demo JSVEE arithmetic operations, arithmetic operators, data types, operators, variables
26 Unary Operator Demo Java CodeVisualization for demonstrating Unary Operator Demo JSVEE arithmetic operations, operators, variables
27 BMI Calculator BMI is a measure of body fat based on height and weight that applies to adult men and women. BMI... PCEX arithmetic operations, arithmetic operators, operators, variables
28 Pythagorean Theorem Construct a program that accepts two input values from the user, one for each side of a right-angle triangle. The... PCEX arithmetic operations, arithmetic operators, math, operators, variables
29 Time Converter Construct a program that obtains minutes and remaining seconds from the input amount of time in seconds. For example, 500... PCEX arithmetic operations, arithmetic operators, input, operators, variables
30 Increment-Decrement Operators Construct a program that performs increment/decrement operations on variable a (with initial value of 4) and variable b (with initial... PCEX arithmetic operations, arithmetic operators, operators, variables
31 Calculating and Rounding Up Body Mass Index (BMI) To the Nearest Integer BMI is a measure of body fat based on height and weight that applies to adult men and women. BMI... PCEX arithmetic operations, arithmetic operators, data types, operators, variables
32 Pythagorean Theorem (Case 2) Suppose that the user provides two input values for a right-angle triangle. The first input is for the length of... PCEX arithmetic operations, arithmetic operators, data types, operators, variables
33 Converting Milliseconds to Hours, Minutes, and Seconds Construct a program that obtains hours, minutes, and seconds from an amount of time in milliseconds. PCEX arithmetic operations, arithmetic operators, operators, variables
34 Increment/Decrement Operators (Case 2) Construct a program that performs increment/decrement operations on variable a (with initial value of 8) and variable b (with initial... PCEX arithmetic operations, arithmetic operators, operators, variables
35 Increment/Decrement Operators (Case 3) Construct a program that performs increment/decrement operations on variable a (with initial value of 6) and variable b (with initial... PCEX arithmetic operations, arithmetic operators, operators, variables
36 Constants in Math class Java PredictingFinalResult for demonstrating Constants in Math class QuizJET arithmetic operations, constants
37 Division Java PredictingFinalResult for demonstrating Division QuizJET arithmetic operations, operators, variables
38 Using double Java PredictingFinalResult for demonstrating Using double QuizJET arithmetic operations, arithmetic operators, operators, primitive data types, variables
39 Increment Operator Java PredictingFinalResult for demonstrating Increment Operator QuizJET arithmetic operations, arithmetic operators, operators, variables
40 Using double and Math class Java PredictingFinalResult for demonstrating Using double and Math class QuizJET arithmetic operations, operators, primitive data types, variables
41 Using Math class 1 Java PredictingFinalResult for demonstrating Using Math class 1 QuizJET arithmetic operations, operators, variables
42 Using Math class 2 Java PredictingFinalResult for demonstrating Using Math class 2 QuizJET arithmetic operations, operators, variables
43 Modulus Operator Java PredictingFinalResult for demonstrating Modulus Operator QuizJET arithmetic operations, operators, variables
44 Post Decrement Java PredictingFinalResult for demonstrating Post Decrement QuizJET arithmetic operations, arithmetic operators
45 Post Increment Java PredictingFinalResult for demonstrating Post Increment QuizJET arithmetic operations, arithmetic operators, operators, variables
46 Operations with int Java PredictingFinalResult for demonstrating Operations with int QuizJET arithmetic operations, operators, variables
47 Use 2D Array Use 2D Array AnnEx 2d arrays, arithmetic operations, arrays, variables
48 DEPRECATED_arithmetic operations Java BehaviorExample for demonstrating DEPRECATED_arithmetic operations AnnEx
49 Arithmatic Operations Python BehaviorExample for demonstrating Arithmatic Operations WebEx operators, variables
50 Multiple Variables Java CodeVisualization for demonstrating Multiple Variables JSVEE arithmetic operators, data types, operators, primitive data types, variables
51 Unit Converter Construct a program that computes the Fahrenheit equivalent of an input Celsius value using the formula F = (9/5)C +... PCEX arithmetic operators, constants, operators, primitive data types, variables
52 Vending Machine Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... PCEX arithmetic operators, constants, operators, primitive data types, variables
53 Fahrenheit to Celsius Conversion Construct a program that computes the Celsius equivalent of an input Fahrenheit value using the formula C = (F -... PCEX arithmetic operators, constants, data types, operators, primitive data types, variables
54 Vending Machine With Quarters, Dimes, and Nickels Suppose we have a vending machine that gives change. A customer selects an item for purchase and inserts a bill... PCEX arithmetic operators, constants, operators, primitive data types, variables
55 Constants 1 Java PredictingFinalResult for demonstrating Constants 1 QuizJET arithmetic operators, constants, operators, variables
56 Constants 2 Java PredictingFinalResult for demonstrating Constants 2 QuizJET arithmetic operators, constants, data types, operators, variables
57 Using int Java PredictingFinalResult for demonstrating Using int QuizJET arithmetic operators, operators, primitive data types, variables
58 Using float Java PredictingFinalResult for demonstrating Using float QuizJET arithmetic operators, operators, primitive data types, variables
59 int Variables 4 Java PredictingFinalResult for demonstrating int Variables 4 QuizJET arithmetic operators, variables
60 int Variables 3 Java PredictingFinalResult for demonstrating int Variables 3 QuizJET arithmetic operators, data types, operators, primitive data types, variables
61 int Variables 1 Java PredictingFinalResult for demonstrating int Variables 1 QuizJET arithmetic operators, data types, operators, primitive data types, variables
62 int Variables 2 Java PredictingFinalResult for demonstrating int Variables 2 QuizJET arithmetic operators, data types, operators, primitive data types, variables
63 Arithmetic Operators Python BehaviorExample for demonstrating Arithmetic Operators WebEx
64 arithmetic Python PredictingFinalResult for demonstrating arithmetic QuizPET operators, variables
65 simple arithmetic Python PredictingFinalResult for demonstrating simple arithmetic QuizPET operators, variables
66 Simpel Arithmetics Python CodeVisualization for demonstrating Simpel Arithmetics JSVEE operators, variables
67 q_py_arithmetic1_es Python PredictingFinalResult for demonstrating q_py_arithmetic1_es QuizPET operators, variables
68 q_py_arithmetic2_es Python PredictingFinalResult for demonstrating q_py_arithmetic2_es QuizPET operators, variables