Question: Java exercise: Create a class about encoding with the following information. a public static method: it will accept two String parameters, your text to be
Java exercise: Create a class about encoding with the following information. a public static method: it will accept two String parameters, your text to be encoded and an encrypting key. It returns a String of your encoded text. a public static method: it will accept two String parameters, your text to be decoded and an encrypting key. It returns a String of your decoded text. a private method: it will accept one String, your encrypting key, and returns an ASCII offset to be added to each character during encoding.SumOfDiscrimantsQarrav: QuadraticEquation method: it will calculated the sum of
discriminants of each elements of the Qarray which it takes as a parameter.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
