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

You do not need to use any functions beyond the main function in this problem.

Initialize an array of int with the values: 4, 6, 9, and 12.

Write a for loop to add the values in the array and find their sum.

Use a loop to print the values in the array.

Print the values in the array and the sum in the following format:

4 + 6 + 9 + 12 = 31
  

Responsive Header

Refer to the below images

Extra Small (Size < 576px), Small (767 >= 576px):

https://assets.ccbp.in/frontend/content/intermediate-rwd/responsive-header-op-mobile-v2.png

Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px):

https://assets.ccbp.in/frontend/content/intermediate-rwd/responsive-header-op-desktop.png

  • Add the necessary HTML elements to the HTML container element with the class mobile-nav-items-container
  • Apply media query to extra small and small screen devices such that the CSS class selector with the name header should have desired flexbox property and value.
  • Apply media query to medium and above screen devices such that the output should be the same as shown in the respective reference image.

Resources

Use the image URLs given below.

  • https://assets.ccbp.in/frontend/content/intermediate-rwd/home-v3.png
  • https://assets.ccbp.in/frontend/content/intermediate-rwd/bookmark-v3.png
  • https://assets.ccbp.in/frontend/content/intermediate-rwd/upload-v3.png









identify a problem existing in you school and develop a problem statement to elaborate on the problem identified and state and any four objective that would assist you in addressing the problem identified.


Responsive Layout

Refer to the below image

Extra Small (Size < 576px), Small (Size >= 576px):

https://assets.ccbp.in/frontend/content/intermediate-rwd/responsive-layout-op-mobile.png

Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px):

https://assets.ccbp.in/frontend/content/intermediate-rwd/responsive-layout-op-desktop.png

  • The given pre-filled code is of extra small and small devices.
  • Apply media query to the medium and above screen devices such that
  • The CSS class selector with the name menu-and-body-container should have desired flexbox property and value such that output should be the same as shown in the reference image.
  • The font-sizes for the heading text of the navbar, menu, body and footer sections should be 24px.
  • The heading text of the navbar, menu, body, and footer should align to the left of the respective container.








Is NNP greater or lesser than NI


In the main function, define five variables of type int, named: first, second, third, fourth, and total. Also in the main function, define three variables of type double named: decimalOne, decimalTwo and decimalTotal

Write one function named getData which asks the user for the data and puts it in first, second, third, fourth, decimalOne, and decimalTwo. (You may copy your getData from problem I1 and make additions to manage fourth, decimalOne, and decimalTwo.) Write a function named computeTotal which can take two, or three int arguments and returns an int. Write another function, also named computeTotal which takes four int arguments and returns an int. Write another function, also named computeTotal which takes two double arguments and returns a double. Write a function named printAll which takes three arguments of type int. Write a function named printAll which takes four arguments of type int.


// I will add the rest of the question in the comment



identify a problem existing in AIT and develop a problem statement to elaborate on the problem identified and state and any four objective that would assist you in addressing the problem identified.


In the main function, define five variables of type int, named: first, second, third, fourth, and total. Also in the main function, define three variables of type double named: decimalOne, decimalTwo and decimalTotal

Write one function named getData which asks the user for the data and puts it in first, second, third, fourth, decimalOne, and decimalTwo. (You may copy your getData from problem I1 and make additions to manage fourth, decimalOne, and decimalTwo.) Write a function named computeTotal which can take two, or three int arguments and returns an int. Write another function, also named computeTotal which takes four int arguments and returns an int. Write another function, also named computeTotal which takes two double arguments and returns a double. Write a function named printAll which takes three arguments of type int. Write a function named printAll which takes four arguments of type int.



// I will ask the rest of the question in the comment



Determine the boiling point of a solution of 10 grams of a substance of molecular weight 94 g/mol in 500 grams water.



In the main function, define four variables of type int, named: first, second, third, and total.

Write a function named getData that asks the user to input three integers and stores them in the variables first, second, and third which are in the main function.

Write a function named computeTotal that computes and returns the total of three integers.

Write a function named printAll that prints all the values in the format shown in the following sample:

1 + 2 + 3 = 6
  

Call the other three functions from the main function.

Test it once, with the values 4, 5, and 6.



LATEST TUTORIALS
APPROVED BY CLIENTS