The foods we eat, the air we breathe, cleaning chemicals, our emotions and literally every object that we can see or touch, love, jealousy, infatuation and all share in chemistry. For all living things to function and survive, their bodies perform various chemical processes.
Here, the given equation of parabola is y2= 8x.
The equation of tangent to the parabola y2=8x is,
y= mx + 2/m
This tangent passes through the point (-2, 3)
So, 3 = -2m + 2/m
or, 3m + 2m2 = 2
or, 2m2+3m - 2= 0
or, 2m2 + (4 - 1)m -2 = 0
or, 2m2 + 4m - m - 2 = 0
or, 2m(m + 2) - 1(m+2) = 0
or, (m + 2) (2m - 1) = 0
Either, Or,
m = -2 m = 1/2
Required angle is,

Hello Subash!
Here is the solution for the question you are asking for, I solved it in procedural way but if you are among the one who prefer OOP style then you can still ask it for me cause I have solved it from both methods but here I am just going to leave procedural one....
//author:Manish Acharya
import java.util.Scanner;
import java.util.*;
public class idgenerator {
public static void main(String[] args) {
String small_name="", long_name="", new_small_name="", new_long_name="";
char lr='a',...


