subject

Write a java program. a courier company charges for an ordinary mail and an express mail based on the weight of the parcel as per tariff given below: wgt of parcel(in. gms) 1)upto 100gms 2)101 to 500 gms 3)501 and above charge on ordinary mail 1)rs 50 2)rs 40/100 gms 3)rs 35/100gms charge on express mail 1)rs 80 2)rs 70/100gms 3)rs 65/100gms dont spamm

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 23.06.2019 15:10
What role did women fill during world war ii?
Answers: 1
question
Computers and Technology, 24.06.2019 10:10
Which view in a presentation program displays a split window showing the slide in the upper half and a blank space in the lower half?
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
To fill (copy) a cell across or down, point to the of the cell and drag. top left corner top right corner bottom left corner bottom right corner
Answers: 3
You know the right answer?
Write a java program. a courier company charges for an ordinary mail and an express mail based on th...
Questions
question
Mathematics, 15.10.2019 07:30
Questions on the website: 13722361