453 questions
/////////////////////Logcat06-10 16:18:29.638 5991-5991/com.example.bencall E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.bencall, PID: 5991 java.lang.RuntimeException: Unable to start ...
It keeps shutting down... Why is this happening?You can't change the code againㅠ
I'm making a program that makes a 365-day button to make a year's calendar, but as I set Layout every week, the coding gets too long if I do it, so I tried to use an arrangement using a for statement,...
When you press a button on a map map, an error occurs.I used the threadI don't know which part is wrong.I'm just copying what someone else didPlease help me because I am not good at interpreting logca...
#include <iostream>using namespace std;int main(){ char id[6] = apple; if (id == apple) { cout << True; } else { cout << False; } return 0;}== among operators is an operator that c...
Every day, at 9 p.m., I'm working on a Python programYou have registered with the startup program in Windows 8.1.However, if you shut down your computer before 9 o'clock, the program will not run.To p...
Usually, when outputting all values to the iterator, from forfor (iter=list.begin();iter!=list.end();iter++) cout<< *iter;I understand it's written as... But it comes out as soon as it is iter=l...
// Triangular scannerimport java.util.Scanner;public class Stars05 { public static void main(String[] args) { int line; Scanner input = new Scanner(System.in); System.out.print(How long is the line...
class Block{ // // Implements about block. internal. blockProperties: Object; constructor(){ this.applyBlockPrototype(); } applyBlockPrototype(): void{ this.blockProperties = new Object(); }}If you ...
for(inti = 1; i <= 1; i++) {//y-axis for(int j = (char')A'; j <= (char')D'; j++) {//x-axis System.out.print((char)j + ); }//inner System.out.println();//Rewind Line }//outer for(inti = 1...
« | - 36 - | » |
© 2024 OneMinuteCode. All rights reserved.