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
barxatty [35]
3 years ago
10

Project 15A - Math Application

Computers and Technology
1 answer:
vovikov84 [41]3 years ago
7 0

Answer:

A simple php code for the following is given below:

Explanation:

interface Calculate {

 public function area($lenght,$width);

 public function perimeter($length,$width);

 public function surfaceArea($length_side_1,$length_side_2);

 public funcction volume($length, $width, $height):

}

interface Calculate2 {

 public function area($raidus);

 public function perimeter($radius);

 public function surfaceArea($radius);

 public funcction volume($radius):

}

Class Mian{

 

width=please Enter the value of width

height=please Enterr the value of height

length=please enter the value of length

lenght2=please enter the value of lenth of side 2

ridus= please enter the value of radius

    Circle = new circle()

    Rectangle = new rectangle()

}

Class Circle implements Calculate2{

 

public function area(){

area= pi*r

return area

}

public function perimeter(){

perimeter=2*pi*r

return perimeter

}

public function surfaceArea(){

surfacearea= pi*r*r

}

public function volume(){}

          area=area()

   volume=area*height

      return volume

}

Class Rectangle implements Calculate{

 

public function area(lenght,width){

 area= length * width

 return area

}

public function perimeter(lenght,width){

          perimenter=2(lenght+width)

          return perimeter

}

public function surfaceArea(length_side_1, withd right place){}

       surface_area 2*length_side_1  f*  length_side_2_

public function volume(){}

public surface volume(length,width,height)

 volume= length * width * height  

 return volume

}

You might be interested in
Please Answer Quickly
leonid [27]

Answer:

graphic design and digital marketing solutions

3 0
3 years ago
Read 2 more answers
Why do you think there is a cross and a tick on these Logo designs below? Explain your answer below.
IrinaK [193]

Explanation:

because of the visual appearance

7 0
3 years ago
What error can you identify? (Points : 4)
QveST [7]

Answer:

Assumes indentation has a logical purpose

Explanation:

No period

6 0
3 years ago
what will the total power dissipated in the circuit shown in the figure above if M1 has a current reading of 0.04 A.?​
OlgaM077 [116]

Answer:

P=0.24\ W

Explanation:

<u>DC Circuit</u>

The DC circuit shown it the figure has a power source (battery), some resistors, switches and voltage and current meters. The switch S1 is open, so the right branch of the circuit is neglected. Assuming all meters are ideal (no resistive losses), we have a simple series circuit made of resistors R2 and R3.

We are required to compute the total power dissipated in the circuit, which corresponds to the total power delivered by the voltage source.

The power source of V= 6V is delivering a current in the series circuit equal to the current through R1 and R3. That current is the same as that read by M1 known to be I=0.04 A

The power delivered by the source is

P=V.I=6\ V\cdot 0.04\ A

\boxed{P=0.24\ W}

4 0
3 years ago
Without any knowledge of the key, an attacker with access to an encrypted message and the decryption cipher could try every poss
dsp73
A brute force attack. Ciphers should be sufficiently complex for this to be ever successful.
6 0
4 years ago
Other questions:
  • A blood bank maintains two tables - DONOR, with information about people who are willing to donate blood and ACCEPTOR, with info
    10·1 answer
  • Why is it a mistake to put e-mail address of people who don't know each other in the "to:" field
    9·2 answers
  • The ________ Web, originally envisioned by Tim Berners-Lee, one of the founders of the Internet, is a set of design principles t
    15·1 answer
  • The company where Derek works has tasked him with setting up and securing a SOHO router. He wants to make sure the wireless netw
    7·1 answer
  • Please help me ASAP
    6·1 answer
  • (a) Store last 7 digits of your student ID in a vector (7 element row or column vector). Write a MATLAB code which creates a 7x7
    11·1 answer
  • This is pixlr
    6·1 answer
  • Your _______ can help block inappropriate content online.<br> 1. web browser<br> 2. Password
    14·1 answer
  • Write a code that takes numbers from the user as a list. (User can enter as many numbers as he wants). Then, find mean and stand
    15·1 answer
  • Write a method that accepts an integer argument and returns the sum of all the integers from 1 up to (and including) the number
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!