• Q : Develop some code that helps support your position....
    C/C++ Programming :

    The use of methods inside of a C++ class adds need structure to a program. Develop some code that helps support your position on this statement. 

  • Q : Create a program using a loop that calculates the square....
    Programming Languages :

    Create a program using a loop that calculates the square of each number (the number raised to the second power) starting with 1 and outputs the square . The program should end when the square is equal

  • Q : Design a program that will ask the user to enter the amount....
    Programming Languages :

    Design a program that will ask the user to enter the amount of a purchase. The program should then compute the state and county sales tax. Assume the state sales tax is 4% and the county sales tax is

  • Q : Write a ruby function that takes a number x....
    Programming Languages :

    Write a ruby function that takes a number X as an input parameter and returns the Xth number in a standard fibonacci sequence. For example, fib(5) would return 5 (1, 1, 2, 3, 5) and fib(7) would retur

  • Q : Design a change-counting game that gets the user....
    Programming Languages :

    Design a change-counting game that gets the user to enter the number of coins required to make exactly one dollar. The program should ask the user to enter the number of pennies, nickels, dimes, and q

  • Q : Write an application that prints the sum of cubes.....
    JAVA Programming :

    Write an application that prints the sum of cubes. Prompt for and read two integer values and print the sum of each value raised to the third power. 

  • Q : Write a sql statement using a set operator....
    PL-SQL Programming :

    Write a SQL statement using a set operator to show which students enrolled in a section that are not enrolled in any classes. Exclude students with student id less than 300.

  • Q : Write python functions to calculate area....
    Python Programming :

    Write Python functions to calculate area and circumference of a circle. you can assume the user provides you with the radius. Test your functions. 

  • Q : Write a python function that accepts a string....
    Python Programming :

    Write a Python function that accepts a string argument and return its reverse and also, write a Python function to calculate and print the GCD of two numbers. See Euclidean_algorithm for more informat

  • Q : Write a program that accepts as input the mass....
    Programming Languages :

    Write a program that accepts as input the mass, in grams, and density, in grams per cubic centimeters, and outputs the volume of the object using the formula: density = mass / volume. Format

  • Q : Write an application named coins....
    JAVA Programming :

    Write an application named Coins that asks the user to enter one integer representing a monetary value in cents. The application prints to the screen the equivalent breakdown in quarters, dimes, nicke

  • Q : Visual basic code for application should display....
    Visual Basic Programming :

    Visual basic code for application should display the appropriate shipping charge. shipping charge for the following ZIP codes is $32: 60618, 60620, and 60632. All other ZIP codes are charged $37.75. C

  • Q : An application copying bits from one place to another....
    Programming Languages :

    An application copying bits from one place to another can send the bits in a stream or as a sequence of discrete-sized messages. Which approach is more powerful, in the sense of being to perform some

  • Q : A program that accepts a candy name....
    Programming Languages :

    A program that accepts a candy name (for example, " chocolate-covered blueberries"), price per pound, and number of pounds sold in the average month, and displays the item's data only if it is a best-

  • Q : What is a list in python programming language....
    Python Programming :

    What is a list in python programming language?

  • Q : Create and test a procedure name extended_ sub that subtract....
    Programming Languages :

    Create and test a procedure named Extended_ sub that subtracts two binary integers of arbitrary size. Restrictions: The storage size of the two integers must be the same, and their size must be a mult

  • Q : Write a program segment that inputs age....
    Programming Languages :

    Write a program segment that inputs age, display "yes, you can vote" if Age is 18 or older and displays "you are too young to vote" if Age is less than 18, and displays nothing else. Remember to use t

  • Q : The program starts by printing your name with an end sign....
    Programming Languages :

    Write a head line into "test1.txt" saying that "The following is a copy from test.txt";copy the contents from "test.txt" to "test1.txt", and your program exit.

  • Q : Write a short assembly language module....
    Assembly Language :

    Write a short assembly language module without the assembler to be used with C++ that rotates a number 3 places to the left. Call your procedure rotate left three and assumed the number is an 8-bitCha

  • Q : You write a program that will search for a list of keywords....
    Programming Languages :

    CS112 teacher is having a problem with students who giving lame excuses in order to avoid submitting the assignment. In order to reduce the amount of time required listening to goofy excuses, the teac

  • Q : The java string class defines the method....
    JAVA Programming :

    The Java String class defines the following method to split a Java String object into multiple fragments of substrings and store them in a returned String array:

  • Q : Then, you can type in a string. if the string is not....
    C/C++ Programming :

    Then, you can type in a string. If the string is not "vi xxx", you print "I don't know this command." You keep getting a string until you get a string starting with "vi". For example, "vi myp.c". You

  • Q : Write a mips program that prompts the user....
    Programming Languages :

    Write a MIPS program that prompts the user for a string, reads the string, and returns the number of occurrences of the letter 'b' within the string. Write a procedure, bcount, in MIPS assembly langua

  • Q : Design a program to print out numbers from 1 to 20....
    Programming Languages :

    Design a program to print out numbers from 1 to 20 (please show Java code of program)

  • Q : Data file you created called tempfile.txt and display....
    Python Programming :

    Write a Python program that will read a list of temperatures from a data file you created called tempfile.txt and display the highest two temperatures. For example

©TutorsGlobe All rights reserved 2022-2023.