Questions
1) a. Write down a C++ program which will create a list (simple linear linked list)...

1) a. Write down a C++ program which will create a list (simple linear linked list) of nodes. Each node consists of two fields. The first field is a pointer to a structure that contains a student id (integer) and a gradepoint average (float). The second field is a link. The data are to be read from a text file. Your program should read a file of 10 students (with student id and grade point average) and test the function you wrote (by printing student’s information on screen).

b. Write the psudecode for the program

In: Computer Science

What is the difference between cross-site scripting (XSS) attack and cross-site request forgery (XSRF) attack?

What is the difference between cross-site scripting (XSS) attack and cross-site request forgery (XSRF) attack?

In: Computer Science

Write a JAVA program read a number within the range of 1 through 1000 to display...

Write a JAVA program read a number within the range of 1 through 1000 to display the Roman numeral version of that number.

Include screenshot of the output

In: Computer Science

1) a. Write a C++ program for the recursive algorithm that removes all occurrences of a...

1) a. Write a C++ program for the recursive algorithm that removes all occurrences of a specific character from a string

b. Write the pseudocode for the program.

In: Computer Science

*C programming* My friend Steve wants to buy something nice for himself. He doesn't know want...

*C programming*

My friend Steve wants to buy something nice for himself. He doesn't know want he wants yet but he is thinking of spending $1,000 on it or more. He makes $500 a month and has a monthly living expense of $325. He also has a lot of bi-monthly subscription payments which costs him $450 every other month ($450 is the bimonthly expenses) . He wants to know when he will be able to buy want he wants and still be able to pay his bills. He can work normal hours or work overtime and earn an extra $150 a month. Other things to consider are the tax rate (which is seven percent) and the amount of money he already has.

In: Computer Science

In SSL and TLS, why is there a separate Change Cipher Spec Protocol rather than including...

In SSL and TLS, why is there a separate Change Cipher Spec Protocol rather than including a “change_cipher_spec” message in the Handshake Protocol?

In: Computer Science

All else being equal, would you prefer to work in a tall or flat organization? Why?...

All else being equal, would you prefer to work in a tall or flat organization? Why? Which one do you think is best: a narrow span of control, or a wide span of control? How does the concept of span of control relate to tall/flat organizations? Justify your reasoning.

300 words

In: Operations Management

Assume the total cost of a college education will be $375,000 when your infant child enters...

Assume the total cost of a college education will be $375,000 when your infant child enters college in 17 years. How much you invest at the end of each month in order to accumulate the required $375,000 at the end of 17 years if your monthly investments earn an annual interest rate of 4 percent, compounded monthly?

In: Finance

draft a sales pitch of MPO Fenêtres company in 200-250 words.

draft a sales pitch of MPO Fenêtres company in 200-250 words.

In: Operations Management

Write the balanced equation for the combustion of aqueous citric acid. Determine the standard molar enthalpy...

Write the balanced equation for the combustion of aqueous citric acid. Determine the standard molar enthalpy of aqueous citric acid. citric acid can constitute 8% of the dry weight of limes if a typical lime contains 30 ml of juice how much energy is released when one lime is combusted?

In: Chemistry

Java Part 2 of 4 - Amusement Park Programming Project MUST BE COMPATIBLE WITH PART 1...

Java

Part 2 of 4 - Amusement Park Programming Project

MUST BE COMPATIBLE WITH PART 1

https://www.chegg.com/homework-help/questions-and-answers/java-part-1-4-amusement-park-programming-project-requirements-use-java-selection-construct-q40170145?trackid=ERIFssNL

Requirements:

  1. Use the Java selection constructs (if and if else).
  2. Use the Java iteration constructs (while, do, for).
  3. Use Boolean variables and expressions to control iterations.
  4. Proper error handling.

Class:

Merchandise – models merchandise available in the gift shop such as t-shirts, sweatshirts, and stuffed animals.

Instance Fields:

  1. id : long – to identify the specific merchandise item.
  2. category : String – to store the specific type of merchandise.
  3. description : String – to store the description of the merchandise.
  4. price : double – to store the price of the merchandise.
  5. inStock : boolean – to indicate if the merchandise is instock or on-order.

Constructors and Methods:

  1. Merchandise(String, String, String, double, boolean) – parameterized constructor that initializes the attributes of a merchandise item.
  2. setPrice(double) – to change the price of the merchandise.
  3. getInstock() : boolean – to change the status of the merchandise item.
  4. getId() : String – Accessor method for instance field.
  5. getCategory() : String – Accessor method for instance field.
  6. getDescription() : String – Accessor method for instance field.
  7. getPrice() : double – Accessor method for instance field.
  8. toString() : String – to return a neatly formatted string that contains all the information stored in the instance fields.

In: Computer Science

Show that any number that ends in 9 if squared ends at 1.

Show that any number that ends in 9 if squared ends at 1.

In: Computer Science

which architechtural pattern is suitable to appliactio in which data is genrated by one computer and...

which architechtural pattern is suitable to appliactio in which data is genrated by one computer and used by anoter

In: Computer Science

The Double.parseDouble() method requires a String argument, but it fails if the String cannot be converted...

The Double.parseDouble() method requires a String argument, but it fails if the String cannot be converted to a floating-point number. Write an application in which you try accepting a double input from a user and catch a NumberFormatException if one is thrown. The catch block forces the number to 0 and displays Value entered cannot be converted to a floating-point number. Following the catch block, display the number.

import java.util.*;
public class TryToParseDouble {
    public static void main(String[] args) {
        // Write your code here
    }
}

In: Computer Science

various provisions of IFRS/FASB related to Franchise Accounting

various provisions of IFRS/FASB related to Franchise Accounting

In: Accounting