60 questions
I'd like to know the difference between the JavaScript loop statement, why and for.
int main(void){ char* str[7] = { tiger, applemango, pear, anteater, strawberry, eagle, end }; char* st = malloc(sizeof(char)*4); while (*st != end) { printf (Search word (end) : ); scanf(%s, st); f...
( elif num == 2: ^SyntaxError: invalid syntax) It pops up like this and there is a red mark on this part, so how do I solve it?money = 0 while True: num = int (input (select the menu :)) if num == 1:...
n=4m=3k = {}a=1b=0c=0while c< m*n: for i in range(abs(m)): b=b+1 c=c+1 k[(a,b)] = c if c==m*n: break for i in range(abs(n-1)): a=a+1 c=c+1 k[(a,b)] = c if c==m*n: break for i in range(abs...
Hello,Store an arbitrary number in a variable as an variableFind the sum of each digitIt's a problem of finding the sum of the numbers of digits that are greater than 2 and less than 8.(Arithmetic ope...
#include <stdio.h> void dice(int , int );int main(void){int input1, input2;scanf_s(%d%d, &input1, &input2);dice(input1, input2);return 0;}void dice(int num1, int num2){int a = 1, b = 1;w...
When the user enters the (x, y) position on the 5x5 grid panel, 'O' is generated in that part, and I want to write a code that ends when it becomes a bingo.Declare int check = 0;while When it becomes ...
// 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...
Ubuntu server is using spark. I installed hue, for scheduling and monitoringhue seems to support mysql, postgresql, and sqlite by default.How can I use it in conjunction with mssql of azure in hue?
DBeaver is using this and that database.By the way, I want to copy the database that I use by accessing DBeaver from another remote computer.How should I do it?
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.