Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Write a program to generate and display a table of n and n2, for integer values of n ranging from 1 through 10. Be sure to print appropriate column headings.
There are two parts to this assignment. The first part is to create a database and some tables which will be appropriate for a home-budgeting application.
Write a program in Q basic that accept a student name,score obtained in 5 course and compute the average score of the student and my program must display the name of the student on tab 5, the sum of t
This code retrieves the "C" in the string "A$B$C$D" using StringTokenizer and outputs it:
Write a PERL PROGRAM that reads in, displays, and manipulates an array of employee records.
Write a program that asks the user to enter four digit number and show the output as following: e.g. if number = 1234 then output
A movie theater only keeps a percentage of the revenue earned from ticket sales. The remainder goes to the movie company. Create a GUI application that allows the user to enter the following data into
Write a program in C# that inputs two (2) numbers and determines which of the two numbers is the smallest. If the numbers are equal, display a message that they are equal.
Write a program in Visual Logic that inputs a number between 1 and 10 and displays the number with the appropriate two-letter ending (eg. 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, 8th, 9th, and 10th). Can yo
Consider the Java class "ConcertPromoter" that records the tickets sold for a perfromance. Before the day of the concert, tickets are sold only over the phone. Sales on the day of the performance are
Create an int array (you can declare the value yourself, or use Random feature in java to create this array)
When using programs such as ping and some of the scanning tools to do forensic investigations, we may easily tip off the suspect that is under investigation
Write a function that takes as a parameter an string and returns the vowels (a, e, i, o, u). The function prototype should look like:
Your goal is to solve the following programming lab activity. Write a program that prompts & accepts a number between 1 and 12. After getting the input, display the number with the appropriate mon
Write a program that accepts six(6) pairs of values from the user and then calculates and stores the difference of each pair of values in an array
Write a Java program that accepts two words as input and determines if one of them is resulting from changing the order of the others' letters.
Write a program to display the duplicate values in an array.
Input names of students from the user, terminated by ZZZ, and create a data file GRADES with records of the form:student (string), test1 (integer), test2 (integer), test3 (integer) In this f
Create a stored procedure that updates the members' balance in the membership table by correctly recording the current or outstanding balance for each customer
Create a Java program that lets the user input a number of cents, then calculate how many quarters, dimes, nickels, and pennies, are contained in the value that the user has input
Henry Magruder made a mistake-he left a CD at the coffee station. Later, when Iris Majwubu was topping off her mug with fresh tea, hoping to wrap up her work on the current SQL code module before it w
What are the values of variables a, b, and c after each line of code of each logical section of the pseudocode. Show why the logical section is running, what happens during each run of that section an
Write an Intel 8085 assembly language program that counts the number of 1s in a binary number stored in the accumulator. Use the algorithm below. Hand assemble (produce hexadecimal code using code tab
Design a program WRITTEN IN PSUEDO CODE that lets the user enter the total rainfall for each of 12 months into an array. The program should calculate and display the total rainfall for the year, the a
When writing a program to match master and transaction methods, what should happen when the value of the master key is equal to the transaction key?