Homework Answers

Math 51397 50414
Physics 44335 44333
Chemistry 40988 40988
Economics 30646 30644
Programming & Computer Science 26878 26876
English 10084 10084
Biology 8111 8109
Management 6239 6239
Engineering 6056 6056
History 3490 3489
Psychology 2129 2129
Sociology 1858 1858
Geography 1574 1574
Marketing 1443 1443
Philosophy 1001 1001
Political Science 892 891
Law 876 876
French 438 438
Other 199 199

Questions: 238 634

Answers by our Experts: 237 641

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

how many grams of N2 and H2 is needed to produce 10.0 g NH3?




use the following molar masses:


N2=28g/mol, NH3=17g/mol and H2=2g/mol

Simply ATM

Requirements:


  • The must be a main function that will display the menu and will ask for user's choice and pin.


The menu is shown below:

1 – Balance Inquiry

2 – Withdraw

3 – Deposit

X – Exit


  • For each choice 1, 2 and 3, create an appropriate user-defined function for each task.
  • Provide validation for input.


Score will be updated before encoded in BBL for the following:

  • 40 points deduction if there is no user defined function created at all.
  • 20 points deduction if all user defined function are void functions and no arguments.


Input


1. data

Output


Enter·pin:·123489
1·–·Balance·Inquiry
2·–·Withdraw
3·–·Deposit··
X·–·Exit
Enter·your·choice:··X
Thank·you·for·banking·with·us!

PHP

includes all the arithmetic operators. Use them along with variables to print

equations to the browser. In your script, create the following variables:


$x=10;


$y=7;



Write code to print out the following:



10 + 7 = 17


10 - 7 = 3


10 * 7 = 70


10 / 7 = 1.4285714285714


10 % 7 = 3


Supposed three coins are tossed.let Y be the random variable representing the number of tails that occur.find the values of the random variable Y.make a table to show the values of the random variable


Pi-thon

by CodeChum Admin

Instructions:

Print out the symbol of Pi and its equivalent using placeholders. Remember the syntax used when using multiple placeholders in a print() function. Tip: to print out the Pi symbol, we need to make use of its Unicode equivalent. Just put '\u03C0' as a substitute of a character placeholder in your print function.

Make use of the float placeholder in your print() function to output the value of Pi. Take note, however, that we only wish to output one decimal of the entire value of Pi, so recall on how to limit the outputted decimals in your code.

The outputted statement must be the same as the one in the sample output shown above.

An initial source code with blanks is provided to you. Just fill out the blanks.

Output

A single line containing the sample output in the description.

π·=·3.1


Print out the cube values of the numbers ranging from 1 to 20 (inclusive). However, if the number is divisible by either 3 or 5, do not include them in printing and proceed with the next numbers. Tip: When skipping through special values, make use of the keyword continue and put them inside a conditional statement.

Calculate the position of Fermi level Ef at 200K for germanium crystal containing

10x1022 Boron atom per meter cube.


Library Management

Build a Library Management page .

Image:https://assets.ccbp.in/frontend/content/dynamic-webapps/library-management-output-v1.gif

HTTP Requests & Responses


Background Image:

https://assets.ccbp.in/frontend/dynamic-webapps/book-search-bg.png

Books URL: https://apis.ccbp.in/book-store

Example:

https://apis.ccbp.in/book-store?title=IndiaQuery ParameterValuetitleValue of the searchInput element. Example: India


Method: GET

It should pass test conditions:


When a value is provided in the HTML input element with id searchInput and Enter Key is pressed, an HTTP GET request should be made to the Books URL with the query parameter 'title' as the value of the searchInput element


When the HTTP GET request is successful, then the searchResults element should consist of HTML image elements with src attribute value as the value of key 'imageLink' and HTML paragraph elements with text content as the value of key 'author' from HTTP response




Do you think that the concept of dualism adequately portrays the development picture in most developing countries? Explain


The women's organization of barangay Ouano, organize a raffle draw. The members aim to sell 1,000 raffle tickets at Php 50 per ticket and each ticket has an equal chance of winning. The prizes are follows: 1st prize-24 inches Sony LED TV worth Php 10,000, 2nd prize-washing machine worth Php 5,000 and 3rd prize-grocery pack worth Php 2,500. Let X denote the net gain from the purchase of one ticket. Find the expected value of X, then interpret.

LATEST TUTORIALS
APPROVED BY CLIENTS