14
রিসোর্স ফাঁস: 'ইন' কখনই বন্ধ হয় না
নীচের কোডটিতে কেন গ্রহপ আমাকে উষ্ণায়নের "রিসোর্স ফাঁস: 'ইন' কখনই বন্ধ করা হয় না" দেয়? public void readShapeData() { Scanner in = new Scanner(System.in); System.out.println("Enter the width of the Rectangle: "); width = in.nextDouble(); System.out.println("Enter the height of the Rectangle: "); height = in.nextDouble();