SWT301_-_SP_2024_-_PE1_1578.webp
F

SWT301_-_SP_2024_-_PE1_1578.webp

  • Media owner Fu841
  • Ngày thêm
Page 11
1. / Solve quadratic equations: ax2 + bx + c = 0 */
2. static void solveQuadraticEquations (float a, float b, float c) {
3.if (a== 0) {
4.if (b=0) {
5.
Console.WriteLine("The equation has no solution!");
6.}
7.else {
8.Console.WriteLine("The equation has one solution: x (0)", (-c/b));
9.}
10.}
11.
12.float deltabb4ac;
13.float x1;
14.float x2;
15.
Zoom

+ 107%
Close
Chưa có bình luận nào.

Thông tin

Category
SWT301
Thêm bởi
Fu841
Ngày thêm
Lượt xem
2,896
Lượt bình luận
0
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
SWT301_-_SP_2024_-_PE1_1578.webp
File size
99.9 KB
Dimensions
1920px x 803px

Share this media

Back
Bên trên Bottom