Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chaeyoooo/c_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#include <stdio.h> int main(void) { float amount, tax_added; printf("Enter an amount : "); scanf_s("%f",&amount);

	tax_added = amount * 1.05;
		printf("With tax added :  %.2f\n",tax_added);
	
return 0;

}

About

c언어 공부

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages