what are the point achieved on brainly used for i wants answers​

Answers

Answer 1
They are use to ask questions so you can get awnsers to the problem you ask
Answer 2

Answer:

They basiclly are used like a level up in other words they cause you to level up.

Explanation:

Want free points mark as brainiest


Related Questions

If i wanted to change my phones simcard, does anything need transferring, or is it an easy swap?

Answers

Most likely not but I think you’ll have to log in your account like if you have an Apple phone . You’ll have to log into your Apple ID

Complete a prewritten C++ program for a carpenter who creates personalized house signs. The program is supposed to compute the price of any sign a customer orders, based on the following facts:

The charge for all signs is a minimum of $35.00.
The first five letters or numbers are included in the minimum charge; there is a $4 charge for each additional character.
If the sign is made of oak, add $20.00. No charge is added for pine.
Black or white characters are included in the minimum charge; there is an additional $15 charge for gold-leaf lettering.

Instructions:

Ensure the file named HouseSign.cppis open in the code editor. You need to declare variables for the following, and initialize them where specified:

A variable for the cost of the sign initialized to 0.00 (charge).
A variable for the number of characters initialized to 8 (numChars).
A variable for the color of the characters initialized to "gold" (color).
A variable for the wood type initialized to "oak" (woodType).
Write the rest of the program using assignment statements and ifstatements as appropriate. The output statements are written for you.

Answers

Answer:

#include <iostream>

#include <string>

using namespace std;

int main()

{

   double charge = 0.00;

   int numChars = 8;

   string color = "gold";

   string woodType = "oak";

   

   if(numChars > 5){

       charge += (numChars - 5) * 4;

   }

   if(woodType == "oak"){

       charge += 20;

   }

   if(color == "gold"){

       charge += 15;

   }

   charge += 35;

   

   cout << "The charge is: $" << charge << endl;

   return 0;

}

Explanation:

Include the string library

Initialize the variables as specified

Check if the number of characters is greater than 5 or not. If it is, add 4 to the charge for each character that is greater than 5

Check if the sign is made of oak or not. If it is, add 20 to the charge

Check if the color is gold or not. If it is, add 35 to the charge

Add the minimum cost to the charge

Print the charge

In this exercise we have to use the knowledge of the C++ language to write the code, so we have to:

The code is in the attached photo.

So to make it easier the code can be found at:

#include <iostream>

#include <string>

using namespace std;

int main()

{

  double charge = 0.00;

  int numChars = 8;

  string color = "gold";

  string woodType = "oak";

  if(numChars > 5){

      charge += (numChars - 5) * 4;

  }

  if(woodType == "oak"){

      charge += 20;

  }

  if(color == "gold"){

      charge += 15;

  }

  charge += 35;

  cout << "The charge is: $" << charge << endl;

  return 0;

}

See more about C++ at brainly.com/question/26104476

(Convert milliseconds to hours, minutes, and seconds) Write a function that converts milliseconds to hours, minutes, and seconds using the following header: def convertMillis(millis): The function returns a string as hours:minutes:seconds. For example, convertMillis(5500) returns the string 0:0:5, convertMillis(100000) returns the string 0:1:40, and convertMillis(555550000) returns the string 154:19:10. Write a test program that prompts the user to enter a value for milliseconds and displays a string in the format of hours:minutes:seconds. Sample Run Enter time in milliseconds: 555550000 154:19:10

Answers

Answer:

I am writing the Python program. Let me know if you want the program in some other programming language.

def convertMillis(millis):  #function to convert milliseconds to hrs,mins,secs

   remaining = millis  # stores the value of millis to convert

   hrs = 3600000  # milliseconds in hour

   mins = 60000  # milliseconds in a minute

   secs = 1000  #milliseconds in a second

   hours =remaining / hrs  #value of millis input by user divided by 360000

   remaining %= hrs  #mod of remaining by 3600000

   minutes = remaining / mins  # the value of remaining divided by 60000

   remaining %= mins  #mod of remaining by 60000

   seconds = remaining / secs  

#the value left in remaining variable is divided by 1000

   remaining %= secs  #mod of remaining by 1000

   print ("%d:%d:%d" % (hours, minutes, seconds))

#displays hours mins and seconds with colons in between

   

def main():  #main function to get input from user and call convertMillis() to #convert the input to hours minutes and seconds

   millis=input("Enter time in milliseconds ")  #prompts user to enter time

   millis = int(millis)  #converts user input value to integer

   convertMillis(millis)   #calls function to convert input to hrs mins secs

main() #calls main() function

Explanation:

The program is well explained in the comments mentioned with each line of code. The program has two functions convertMillis(millis) which converts an input value in milliseconds to hours, minutes and seconds using the formula given in the program, and main() function that takes input value from user and calls convertMillis(millis) for the conversion of that input. The program along with its output is attached in screenshot.

Other Questions
A study conducted at a certain college shows that "53%" of the school's graduates find a job in their chosen field within a year after graduation. Find the probability that among 6 randomly selected graduates, at least one finds a job in his or her chosen field within a year of graduating. 0.989 0.978 0.927 0.167 0.530 How did the events of December 7, 1941 change the course of World War II E-Eyes just issued some new preferred stock. The issue will pay an annual dividend of $14 in perpetuity, beginning 19 years from now. If the market requires a return of 4.4 percent on this investment, how much does a share of preferred stock cost today A single quote is an example of?HookSummaryCitation Topic sentence what causes the difference genetically identical organisms What is the value of S, for (2) -=1 438490 A triangular window has an area of 594 square meters. The base is 54 meters. What is the height? Who is correct? Reggie, because baking and melting cause bonds to be broken, leading to a chemical change. Reggie, because objects that are heated always undergo chemical changes. Charlotte, because melting objects only sometimes cause a chemical change. Charlotte, because baking causes a chemical change, but melting objects is a non-chemical change. Which refers to a measure of how acidic or basic a solution is? a]pH b]solubility c]reactiveness d]hardness Whitman's views on diversity are best revealed through which line from Leaves of Grass? "I celebrate myself, and sing myself" "Or I guess it is the handkerchief of the Lord" "All goes onward and outward, nothing collapses" "O I perceive after all so many uttering tongues" 15. Solve for x in the diagram.912A. 15B. 25C. 14O D. 37 Seaweed belongs to which of Earths spheres? 2x+y-5= Please help A study of the effect of seatbelt use in head-on car collisions found that drivers using a seatbelt had a 64.1% survival rate, while drivers not using a seatbelt had a 41.5% survival rate. If seatbelts have no effect on survival rate, there is less that a 0.0001 chance of getting these results. The probability shows that the sample results ____(could or could not) have occurred by chance. It appears that there _______ (is or is not) sufficient evidence to conclude that seatbelts do have an effect on survival rate. The hypothalamus controls excretions from the pituitary gland. It causes the release of some hormones from the pituitary by direct nervous control, and others by secreting releasing and inhibiting factors that stimulate the pituitary to secrete hormones. Which best describes the hypothalamus? It is a connection point between the nervous and endocrine systems. It is both an exocrine and endocrine gland. It is referred to as the master gland. It secretes its contents into ducts. Use the zero product property to find the solutions to the equation x2 - X-6 = 0.x= -3 or x = -2x= -3 or x = 2Ox= -2 or x= 3O x= 2 or x = 3 if earth were not tilted, would we still have seasons? Help please!!! A.) C and B B.) C and D C.) L and W D.) A and B Insurance companies track life expectancy information to assist in determining the cost of life insurance policies. AIB Insurance randomly sampled 100 recently paid policies and determined the average age of clients in this sample to be 77.7 years with a standard deviation of 3.6. The 90% confidence interval for the true mean age of its life insurance policy holders is A. (76.87, 80.33) B. (72.5, 82.9) C. (77.1, 78.3) D. (74.1, 81.3) E. (74.5, 80) what are the coordinates of that center of a circle if the endpoints of its diameter are a(8,-4) and b(-3,2)?