Write a program to display the equation of a line in the form ax+by=c
Answers
Answered by
5
Answer:
class prog { void main(int a,int b,int c)
{
System.out.println(a+"x+"+b+"y="+c);
}}
Similar questions
Economy,
6 months ago
Social Sciences,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago