Feedback for JBR19 problem

Learning course: Learn Advance Java
Problem Link: CodeChef: Practical coding for everyone

Feedback * import java.lang.Math;

  • class Codechef {

  • public static void main(String[] args) {

  • System.out.println("Square root: " + sqrtValue);

  • int x = 16;

  • }

  • double sqrtValue = Math.sqrt(x);

  • }

  • class Codechef {
  • public static void main(String[] args) {
  • System.out.println("Square root: " + sqrtValue);
  • int x = 16;
  • }
  • double sqrtValue = Math.sqrt(x);
  • }
  • import java.lang.Math;

  • class Codechef {

  • public static void main(String[] args) {

  • System.out.println("Square root: " + sqrtValue);

  • int x = 16;

  • }

  • double sqrtValue = Math.sqrt(x);

  • }

@yashvadhiya23
U have to rearrange them like this