1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
butalik [34]
3 years ago
6

Use pseudocode. 1) Prompt for and input a saleswoman's sales for the month (in dollars) and her commission rate (percentage). Ou

tput her commission for that month. Note that you will need the following Variables: SalesAmount CommissionRate CommissionEarned
You will need the following formula: CommissionEarned= Sales Amount * (commissionrate/100)
Engineering
1 answer:
aleksandr82 [10.1K]3 years ago
3 0

Answer:

The pseudocode is as follows:

Input SalesAmount

Input CommissionRate

CommissionEarned= SalesAmount * (CommissionRate/100)

Print CommissionEarned

Explanation:

This gets input for SalesAmount

Input SalesAmount

This gets input for CommissionRate

Input CommissionRate

This calculates the CommissionEarned

CommissionEarned= SalesAmount * (CommissionRate/100)

This prints the calculated CommissionEarned

Print CommissionEarned

You might be interested in
As a means of preventing ice formation on the wings of a small, private aircraft, it is proposed that electric resistance heatin
DIA [1.3K]

Answer:

Average heat flux=3729.82 W/m^{2}

Explanation:

7 0
2 years ago
Write using about 10-15 lines for each of the six materials (metals, ceramics, glasses, polymers, composites, and semiconductors
Svetradugi [14.3K]

Answer:

See Answer below- Explanation is the entire answer

Explanation:

Metals:

Properties: Ductile, good heat conductivity, good electrical conductivity, high strength;

Drawbacks: Relatively high weight, reactive with oxygen to create oxides- corrosion is presented;

Examples: steel, aluminum alloys, brass, copper, titanium

Applications: Body of the vehicles, structures in the skyscrapers, cooking pots.

Ceramics:

Properties: Brittle, poor heat conductors, poor electrical conductors, high wear resistance, corrosion resistance;

Drawbacks: Deforms by fracturing, shock resistance is low, no conductivity of electricity;

Examples: concrete, tungsten carbide, diamond

Applications: bricks for constructions, clay pots to keep heat, cutting tools for metals;

Glasses:

Properties: amorphous, transparent, high weight

Drawbacks: poor conductors of heat and electricity; brittle; low shock resistance;

Examples: Silica, lead glass, glaze;

Applications: windows, protection screens;

Polymers:

Properties: low density, recyclable, poor heat and electrical conductors, plastic deformation;

Drawbacks: low strength, low operating temperatures;

Examples: polyethylene, nylon, ABS-plastic, rubber;

Applications: toys, tires, insulation covers for the wires.

Composites:

Properties: high strength to weight ratio, can get combination of properties from the used materials, rarely conductive, good shock resistance;

Drawbacks: high cost, hard to recycle, expensive;

Examples: steel-reinforced concrete, carbon fiber, fiber glass, Nomex, sandwich roof panels;

Applications: buildings, bullet proof vests, body of the Formula 1 cars, rockets, roof panels.

Semiconductors:

Properties: brittle, change conductive behavior under certain scenario, poor heat conductors;

Drawbacks: hard to manufacture, expensive;

Examples: Silicon-based semiconductors, Germanium-based semiconductors, Ga-based semiconductors;

Applications: chips, LED, diodes, transistors, op-amps, microprocessors.

8 0
3 years ago
Q4 a.
dedylja [7]

The Java program that accepts a matrix of M × N order and then interchanges diagonals of the matrix is given below:

<h3>Steps:  </h3>
  • 1. We can only interchange diagonals for a square matrix.
  • 2. Therefore, we would have to create a square matrix of size [M × M].
  • 3. We would check whether the matrix is a square matrix or not. If the matrix is square then follow step 3 else terminate the program.
  • 4. Apply logic for interchange diagonal of the matrix some logic is given below.

<h3>Java Code</h3>

//  Java Program to Accept a Matrix of Order M x N &

//  Interchange the Diagonals

import java.util.Scanner;

public class InterchangeDiagonals {

   public static void main(String[] args)

   {

       // declare variable

       int m, n, i, j, temp;

       // create a object of scanner class

       Scanner sc = new Scanner(System.in);

       System.out.print("Enter number of rows ");

       // take number of rows

       m = sc.nextInt();

       System.out.print("Enter number of columns ");

       // take number of columns

       n = sc.nextInt();

       // declare a mxn order array

       int a[][] = new int[m][n];

       // if block it's execute when m is equals to n

       if (m == n) {

           System.out.println(

               "Enter all the values of matrix ");

           // take the matrix inputs

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   a[i][j] = sc.nextInt();

               }

           }

           System.out.println("original Matrix:");

           // print the original matrix

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   System.out.print(a[i][j] + " ");

               }

               System.out.println("");

           }

          // perform interchange

           for (j = 0; j < m; j++) {

               temp = a[j][j];

               a[j][j] = a[j][n - 1 - j];

               a[j][n - 1 - j] = temp;

           }

           System.out.println(

               " after interchanging diagonals of matrix ");

           // print interchanged matrix

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   System.out.print(a[i][j] + " ");

               }

               System.out.println("");

           }

       }

       // else block it's only execute when m is not equals

       // to n

       else {

           System.out.println("Rows not equal to columns");

       }

   }

}

Read more about java programming here:

brainly.com/question/18554491

#SPJ1

7 0
1 year ago
In unguided medium (free space), the electromagnetic (EM) signal wave spreads as it leaves the transmit antenna. Since the power
Daniel [21]

Answer:

a. True

Explanation:

5 0
3 years ago
Derive the following formula for the complex Fourier Series representation of a full wave rectified sine wave of unit amplitude.
Free_Kalibri [48]

Answer:

Please see attachment for good equations

4 0
3 years ago
Other questions:
  • During the recovery of a cold-worked material, which of the following statement(s) is (are) true?
    13·1 answer
  • A cone-shaped part is to be fabricated using stereolithography. The radius of the cone at its base = 35 mm, and its height = 50
    14·1 answer
  • Let f(t) be an arbitrary signal with bandwidth Ω. Determine the minimum sampling frequencies ωs needed to sample the following a
    7·1 answer
  • A bathtub faucet has a maximum flow rate of 3 gal/min. The tub is rectangular (3 ft long x 2 ft wide x 1.5 ft deep). Although th
    13·1 answer
  • A steel rectangular tube has outside dimensions of 150 mm x 50 mm and a wall thickness of 4 mm. State the inside dimensions, the
    5·1 answer
  • Calculate the number of vacancies per cubic meter for some metal, M, at 749°C. The energy for vacancy formation is 0.86 eV/atom,
    5·1 answer
  • What did the discovery of the Cumberland Gap mean for exploration? PLEASE HELP ILL GIVE YOU BRAINLEIST!
    15·1 answer
  • two cars travel on a straight road from the point. A to point B both cars accelerate to their maximum speed and then continue at
    10·1 answer
  • When the Moon is in the position shown, how would the Moon look to an observer on the North Pole?
    11·1 answer
  • Adam has 5 barrels of different volumes. The barrel of which volume can contain the most liquid?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!