GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

Jessica has a job making baskets. Last week she made a total…

Jessica has a job making baskets. Last week she made a total of 230 baskets. Calculate her gross pay if she is paid on the following differential piecework schedule:  Pay Level Items Produced Rate 1 1−105 $7.10 2 106−255 $8.14 3 Over 255 $9.78

Read Details

Gross earnings  is    

Gross earnings  is    

Read Details

Sam Collins purchases shirts for $47.50 each. A $30.00 marku…

Sam Collins purchases shirts for $47.50 each. A $30.00 markup is added to the shirts.   What is the percent markup based on selling price?  

Read Details

Bonus 2: In Cpp is used to refer to a class.

Bonus 2: In Cpp is used to refer to a class.

Read Details

Unsigned integers can represent negative values. 

Unsigned integers can represent negative values. 

Read Details

Which of the following is a valid way to declare a two-dimen…

Which of the following is a valid way to declare a two-dimensional array in Python?

Read Details

Fix the Python code to print ONLY EVEN numbers from 1 to 10:…

Fix the Python code to print ONLY EVEN numbers from 1 to 10: (Hint: think of condition checking and check for syntax errors).   for num in range(0, 11)       print(num)

Read Details

Which of the following is a valid loop construct in C++?

Which of the following is a valid loop construct in C++?

Read Details

Write a Python function that takes a string input and checks…

Write a Python function that takes a string input and checks the number of vowel (a, e, i, o, u, A, E, I, O, U) and consonant. Print the number of vowels and consonants. (Hint: Use the char.isapha() function in an if condition statement. isalpha() is used to check if a string consists only of  alphabetic characters). Guide:  Create function name and input parameter (one line of code) Create variables for vowels and initialize it to the value given in the question. Creating two variables to count number of variables and number of consonants and initialize them to 0. Use for loop to iterate each character (char) in an input string (input parameter to functions) Under the for loop use if to call isalpha function: char.isalpha(): Use if to check characters (char) which are vowels  Increment number of vowels if condition is true else increment number of consonants.

Read Details

Fix the Python code to print ONLY EVEN numbers from 1 to 10:…

Fix the Python code to print ONLY EVEN numbers from 1 to 10: (Hint: think of condition checking and check for syntax errors).   for num in range(0, 11)       print(num)

Read Details

Posts pagination

Newer posts 1 … 35,778 35,779 35,780 35,781 35,782 … 70,567 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top