Skip to content

MyUstaadG

Learn to Serve

  • Computer Science
    • Software
    • Computer Tips
    • Coding
      • Conditional Structures Exercises
      • Loops Exercises
      • Arrays Exercises
      • Python Exercises
    • Microsoft Office
      • MS Excel
      • MS Word
  • Videos
    • Funny Videos
    • Health and Fitness Videos
    • PUBG Videos
    • Technology Videos
  • News
  • Funny
  • Memes
  • Playwright Tutorials
  • Tutorials
  • Toggle search form

Tag: initialize arrays in c++

Write a function, and a program to test it, that will place a zero in each element of array passed to it from the calling program.

Posted on October 26, 2021 By myustaadg.com

Write a function, and a program to test it, that will place a zero in each element of array passed to it from the calling program. So let’s Write Code: Code: Hope You will learn Something. Happy Coding. Visit my YouTube Channel as Well😇 https://www.youtube.com/watch?v=JuIHQ9cLSEw&list=PLbIhkHxfUIItTdcyCb34uRIrPJbXBndIl&index=4 Click on the below Links for more Programming Exercises: Conditional…

Read More “Write a function, and a program to test it, that will place a zero in each element of array passed to it from the calling program.” »

Arrays Exercises, Programming Exercises

Write a program that uses three arrays ‘A’, ‘B’, and ‘C’. It inputs integer values in array ‘A’. In second array ‘B’, it stores the squares of values of array ‘A’ and in third array ‘C’, it stores cubes of the values of ‘A’.

Posted on October 26, 2021 By myustaadg.com

Write a program that uses three arrays ‘A’, ‘B’, and ‘C’. It inputs integer values in array ‘A’. In second array ‘B’, it stores the squares of values of array ‘A’ and in third array ‘C’, it stores cubes of the values of ‘A’. The program should display the contents of three arrays, i.e. ‘A’,…

Read More “Write a program that uses three arrays ‘A’, ‘B’, and ‘C’. It inputs integer values in array ‘A’. In second array ‘B’, it stores the squares of values of array ‘A’ and in third array ‘C’, it stores cubes of the values of ‘A’.” »

Arrays Exercises, Programming Exercises

Write a program that inputs employees code, names, and salaries of 10 employees in three arrays ‘code’, ‘name’, and ‘salary’ It computes the net salary.

Posted on October 26, 2021 By myustaadg.com

Write a program that inputs employees code, names, and salaries of 10 employees in three arrays ‘code’, ‘name’, and ‘salary’ It computes the net salary. If the salary is 250000 or more, it deducts 13% of the salary. If the salary is 150000 or more but less than 250000, it deducts 1500 from the salary….

Read More “Write a program that inputs employees code, names, and salaries of 10 employees in three arrays ‘code’, ‘name’, and ‘salary’ It computes the net salary.” »

Arrays Exercises, Programming Exercises

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme