Skip to content

huywetrix22/Newbie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Newbie

C++ #include "stdio.h" int main(){ // khai bao bien // phuong trinh bac 1: ax + b = 0; float a, b, x;

// nhap du lieu
printf("nhap he so cua phuong trinh ax + b = 0");
printf("\na=");
scanf("%f, &a");
printf("\nb=");
scanf("%f", &b);

// xu ly
x = -b/a;

// xuat du lieu ra man hinh
printf("x = %.2f", x);

}

#include

About

C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors