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

___ constants are declared outside all of the functions in a program.


scoped

local

global

parameter


Create an algorithm for a program that enables the user to enter the career choice, name, age, education background and a search button to help match their career paths

Create an algorithm r a screening program that enables the user to check their health status by entering their name, age and blood type for life-expectancy purposes

Create an algorithm for a program where the political-administrative is decentralized. The program should enable the public to choose person for for office by entering their name, position and an option box to tick yes or no to accept the candidate

1-Choose your types of list as follows: Plants, Animals, Cities,

Countries, Football Teams, Classmates, Customers, Chemical elements, etc.



2-Draw flow chart and write python program in according to

following instruction:



*Add elements to your list.



*Remove element from tour list.



*Edit element on your list.



*Sort your elements.



*Print one element from your list.



*Print all of the elements from

your list.




Add two polynomials:




Given two polynomials A and B, write a program that adds the given two polynomials A and B.




Output:




Print the addition of polynomials A and B.




The format for printing polynomials is: Cix^Pi +Ci-1x*Pi-1t +C1x + CO, where Pi's are powers in decreasing order, Ci is co-efficient and CO is constant, there will be space before and after the plus or minus sign.If co-efficient is zero then don't print the term.If the term with highest degree is negative, the term should be represented as -Cix^Pi.For the term where power is 1 represent it as C1x instead of C1x^1.




If the degree of polynomial is zero and the




constant term is also zero, then just print 0 to represent the polynomial.




For term Cix°Pi, if the coefficient of the term CI is 1, simply print x*Pi instead of 1x^Pi.





Sample Input




4




05




10




2 10




3 6




3




01




12




24




Sample Output




6x3 + 14x^2 +2x + 6




O









Program to check the addition result is divisible by 10



Class 1 - Return addition result of two numbers



Class 2 -Check the addition result is divisible by 10(use super keyword)

Write a loop that will calculate the sum of every third integer beginning with i = 2 (i-e. calculate the sum of 2+5+8+11+) for all values of i that are less than 100, Write the loop in



two ways:



(1) Using a do---- while statement.



() Using a for statement.

Write a loop that will calculate the sum of every third integer beginning with i = 2 (i-e. calculate the sum of 2+5+8+11+) for all values of i that are less than 100, Write the loop in




two ways:




(1) Using a do---- while statement.




() Using a for statement.

Find the first address, last address and the number of addresses of a network whose one

of the IP addresses is 50.28.22.75 / 28.( whth all the steps). (5 marks question)


LATEST TUTORIALS
APPROVED BY CLIENTS