4 Claps
0 Comments
7 Claps
1 Comments
If a vector A is multiplied by a real number (say n), the vector of same nature is obtained but its magnitude is n times that of A.
2 Thanks
2 Answers
6 Claps
0 Comments
9 Claps
1 Comments
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',...
6 Thanks
2 Answers

