Обсуждения
Write and test a program that solves quadratic equations. A
quadratic equation is an equation of the form ax2+ bx + c =0 ,where a,b and c are given coefficient and x is the unknown The coefficients are real number inputs ,so they should be declared of type float or double Since quadratic equations typically have two solutions ,use x1 and x2 for the solutions to be output These should be declared of type double to avoid inaccuracies from round-off error
-1 голос
3 ответовIllegal Declaration
0 голосов
2 ответовMeaning of "type"
0 голосов
1 ответOOP Goblin Game
0 голосов
1 ответgetting error when try to use this code
System.out.printf("my name is %s","Roy");
it's showing like: exception in thread"main" Java.lang.Error: unresolved compilation problem:
the method printf(String,Object[ ]) in the type printstream is not applicable for the arguments (String,int)at tutorial 19.App.main(App.java:11)
0 голосов
3 ответовАктуальное сегодня
JavaScript intermediate quiz
1 Votes
Helppp..
2 Votes
[Solved] Doubt
3 Votes
Why when i make this code in my screen a message appears saying you need to enter more input?
1 Votes
Why this program not working
0 Votes
Nodejs
0 Votes
About code
0 Votes