Shibu oli asked a question

The stage of cell division in which paired homologous chromosomes get shortened and thickened is prophase I of meiosis. During this stage, the chromosomes condense and become visible as distinct structures, allowing for the homologous chromosomes to pair up and exchange genetic material through a process called crossing over. The shortening and thickening of the chromosomes during prophase I is important for proper alignment and separation of the homologous chromosomes during subsequent...

0 Thanks
2 Answers
subash neupane asked a question

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
Diwas Pandit asked a question

The order of magnitude of a physical quantity is its magnitude in powers of ten when the physical quantity is expressed in powers of ten with one digit to the left of the decimal.

Orders of magnitude are generally used to make very approximate comparisons and reflect very large differences.

2 Thanks
2 Answers
Close Open App