96 questions
I'm using Android Studio version 1.1. I saw it while making a new projectIn this way, only the mipmap folder contains a different DPI, but there are no files in the drawable folder.Should I put the re...
int main(void){ double x; x = (1.0e17 + 5.0) - 1.0e17; printf(%lf \n, x); return 0;}int main(void){ double x; x = (1.0e16 + 5.0) - 1.0e16; printf(%lf \n, x); return 0;}int main(void){ double x; x = (1...
I am posting because I have a question about using the C language variable.If I use the code that I'm trying to make as an easy example,(It's not a real code, it's a simple example made with only a pa...
I gathered examples to create a program, but I don't think it's good, so I'm asking questions.The first error that pops up is that com is definedㅠ
Is there a way to prevent duplicate sending of user-written information to the server via asynchronous communication after clicking the button?
I'm reading the code that someone wrote epsilone()epsilon() appears in the associated document as double type minus 1 from the smallest number greater than 1.So epsilone() is the smallest number great...
I want to assign a value on multiple variables in Java as follows.int n1,n2,n3;for(int i=1;i<4;i++){ n<i> = 5;}How can I do it in Java?
I didn't learn Java well from the beginning. So I don't really understand the idea of static.An error non-static variable cannot... occurs when trying to declare a variable and use it within the metho...
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.