Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

Q&A Discussions

MySQL RateModel(cid, m, r)
mysql
-1 Vote
1 Answer
28th Nov 2021, 5:26 PM
A.K2002
Write a program that reads in numbers m, n and prints the letter X (capital X) m times
c++
-1 Vote
3 Answers
19th Jan 2022, 10:03 AM
RAJ VIKRAM
RAJ VIKRAM - avatar
int m, n; cin>>m>>n; double ** T = new double*[n]; for(int i=0; i<m; i++){ T[i] = new double[m]; }
matrix
0 Votes
1 Answer
4th Nov 2016, 11:49 PM
mohammad hatami
mohammad hatami - avatar
Здравствуйте! Пожалуйста, помогите мне составить план проблемы.
,.m,n
-3 Votes
7 Answers
19th Sep 2020, 5:52 AM
Seda Avagyan
Seda Avagyan - avatar
Помогите с задачами
<iostream>cm;includeintintm,main(){namespacestd;using
0 Votes
1 Answer
13th Jan 2020, 6:18 AM
Петр Волошин
Hot today
Audio adding
1 Votes
C#
0 Votes
What is problem in this code
0 Votes
playground input
0 Votes
Stuck in Quize
1 Votes
C Program
0 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes