Question. Working experience and efficiency are increasing year by year. If this company does not increase its salary, it will find another company to raise its salary. False

Source: Internet
Author: User


[Plain]
/* Start the comments in the program header (to avoid any problems encountered during the submission of blog posts, the slash used to indicate that the comments have been deleted)
* Copyright and version Declaration of the program
* All rights reserved.
* File name: txt. c
* Author: liuyongshui
* Question: (answer 50) the salary of a software engineer is incorrect. Our work experience and efficiency have been improved year by year, so this company will not increase,
You will find another company to raise your salary. What if the annual salary rises by 5%?
* Problem source:
* Completion date: January 1, April 16, 2013
* Version No.: V1.0
*/
 
# Include <stdio. h>
 
Int main ()
{
Int I = 0;
Float salary = 40; // annual salary
Float begin_value = 200; // The starting house price
Float rate = 0.1; // house price increase rate
Float rateofsalary = 0.05; // wage growth rate
Float late_value; // price after price increase
Float sum_money = 0; // a year later
 
Late_value = begin_value * rate + begin_value;
Sum_money = salary;
 
While (sum_money <late_value)
{
I ++;
Late_value + = late_value * rate; // The annual price increases based on the previous year
Salary + = salary * rateofsalary;
Sum_money + = salary; // accumulated money
}
Printf ("hey, after % d years, software engineers can buy a house! \ N ", I );
 
Return 0;
}

/* Start the comments in the program header (to avoid any problems encountered during the submission of blog posts, the slash used to indicate that the comments have been deleted)
* Copyright and version Declaration of the program
* All rights reserved.
* File name: txt. c
* Author: liuyongshui
* Question: (answer 50) the salary of a software engineer is incorrect. Our work experience and efficiency have been improved year by year, so this company will not increase,
You will find another company to raise your salary. What if the annual salary rises by 5%?
* Problem source:
* Completion date: January 1, April 16, 2013
* Version No.: V1.0
*/

# Include <stdio. h>

Int main ()
{
Int I = 0;
Float salary = 40; // annual salary
Float begin_value = 200; // The starting house price
Float rate = 0.1; // house price increase rate
Float rateofsalary = 0.05; // wage growth rate
Float late_value; // price after price increase
Float sum_money = 0; // a year later

Late_value = begin_value * rate + begin_value;
Sum_money = salary;

While (sum_money <late_value)
{
I ++;
Late_value + = late_value * rate; // The annual price increases based on the previous year
Salary + = salary * rateofsalary;
Sum_money + = salary; // accumulated money
}
Printf ("hey, after % d years, software engineers can buy a house! \ N ", I );

Return 0;
}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.