Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

  1. To qualify for a loan award, a student should score between 25 -100 points and should have been admitted to an accredited institution.  Write a program that accept points, institution and their gender(f for female and m for male) separated by spaces and determine if the student qualifies for an award or not. The program should also, print their gender in full and capitalized

 

NOTE: String processing methods of String class should be used where necessary!! 

Institution Name 

Accreditation 

 NUST 

Yes 

UNAM 

Yes 

Space Institute 

No 

 

Sample run1:  

Enter points and institution: 60 NUST F  

Output: Loan Award Successful and application gender is: FEMALE

 

  1. Defining diagram 
  2. Pseudocode 
  3. Flowchart 
  4. Java program  

Write a program that calculate and displays an employee’s weekly salary. If the hours worked are less or equal to 40, the employee is payed N$65.54 per hour, otherwise the employee receives N$80.20 for every hour worked exceeding 40.  


(Tic-Tac-Toe ) Create a class Tic-Tac-Toe that will enable you to write a program to play Tic-Tac-Toe. The class contains a private 3-by-3 two-dimensional array. Use an enumeration to represent the value in each cell of the array. The enumeration's constants should be named X, O and EMPTY (for a position that does not contain an X or an O). The constructor should initialize the board elements to EMPTY. Allow two human players. Wherever the first player moves, place an X in the specified square and place an O wherever the second player moves. Each move must be to an empty square. After each move, determine whether the game has been won and whether it's a draw. Also allow the player to specify whether he or she wants to go first or second.

1.    Create a class to implement a queue using a circular array[20 marks]<o:p></o:p>

 a.     The class should contain functions to

                                    i.         Insert a new value, [5 marks]

                                  ii.         Delete a value. [5 marks]



 Network configurations

1. Receive internet access from the WAN

2. Provide internet access to devices connecting to AP that is connected to the ubuntu 

server

3. Block/Allow IP/MAC address

2. Configurations can be altered/configured programmatically

1. SSID of the external AP

2. Can be password protected or Open Security

3. Network interfaces so we can choose what will be the LAN and the WAN

4. Set DHCP configuration for the clients that will be connecting to the LAN (ex. IP pool 

range)

5. Allow/Block clients to internet access

3. Captive portal functionality

1. Authorized/Unauthorized client identification

2. Allowing/denying of client programmatically

3. Sending request to external web app

4. Receiving response/request from external web app

4. Documentation or simple guide for each configuration, how to install them, their location, 

meaning of parameters


A housing society is represented by a 3D plane. We have a class house which

stores the location of a house of three persons using x, y and z coordinates of

plane. Another class market which stores the location of a main market. Each class

should initialize the data members using parameterized constructor. Keep the data

members of all the classes private. Also display the location of houses and market.

Calculate the distance of houses of all the persons from the market and display

which person’s house is far away from the market. Also display which person has

nearest distance from the market.

The class manager has the access to both class house and market so it swaps the

location of the market with the house of a person that has the largest distance

with the market. in C++


The Ghana Navy has been paying its newly employed staff on ‘table-top’, a practice that has attracted much criticism from the military command. On a trial basis they have engaged your services to design a payment system with the following functionalities.

Draw a flowchart that uses while loops to perform the following steps:

a. Prompt the user to input two integers: firstNum and secondNum. (firstNum must be less than secondNum.)

b. Output all the odd numbers between firstNum and secondNum inclusive.

c. Output the sum of all the even numbers between firstNum and secondNum inclusive.

d. Output all the numbers and their squares between 1 and 10.

e. Output the sum of the squares of all the odd numbers between firstNum and secondNum inclusive.



Write a pseudocode that calculates and prints the bill for a cellular telephone company. The company offers two types of service: regular and premium. Rates vary based on the type of service and are computed as follows:



Regular service: $10.00 plus first 50 minutes are free. Charges for over 50 minutes are $0.20 per minute.

Premium service: $25.00 plus:

a. For calls made from 6:00 a.m. to 6:00 p.m., the first 75 minutes are free; charges for over 75 minutes are $0.10 per minute.

b. For calls made from 6:00 p.m. to 6:00 a.m., the first 100 minutes are free; charges for over 100 minutes are $0.05 per minute.
Write a program to create a class for counting the number of objects created
and destroyed within various block using static data member, constructor
and destructors.
LATEST TUTORIALS
APPROVED BY CLIENTS