Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Создать масив із елементами Arn=nFi+11(R)+sin(R)f+12(n), где І - номер варианта, r, n= 1,2,3,4.
c++
massive
0 Votes
3 Answers
11th May 2020, 1:02 PM
Igor King
n = int(input())
int(input())
n=
-1 Vote
4 Answers
28th Aug 2022, 7:16 PM
Dawit Getachew Mekonin
const int N= 5; int a[N]; did I can change the value of N?
c++
1 Vote
2 Answers
11th Dec 2016, 12:03 PM
Eric Lai
Where am I wrong? I expect when n= 3 output be 1, when n=2 I get 2
kamama
0 Votes
3 Answers
18th Jul 2022, 5:08 PM
Samuel Kamama
Write a program in C++, if n =3 it will print 333 313 323 333, if n= 4 it will print 4444 4414 4424 4434 4444
c
-8 Votes
6 Answers
27th Feb 2018, 10:50 AM
Tarandeep “TDSJ” Singh
Program; Uses Crt; const n= 15; Var a: array [1..n] of integer; i, j, nOst: integer; Begin Randomize; writeln('выводим ма
java
-3 Votes
2 Answers
1st Dec 2016, 1:41 PM
bakitjan
I need to find sum of series 1/2+1/4+1/8+.. n= int(raw_input("enter the limit") s=0 i=2 while(i<=n): x=float(1\i) s=s+x i=i+2 print s is this the correct program??
boolean-logic
python
1 Vote
2 Answers
5th Nov 2016, 2:32 PM
Navaneetha Babu
double arr[]={5,2,7,8,11,9}; int n = sizeof(arr) / sizeof(arr[0]); double sum = 0; for(int i=0;i<n;i++) { sum+= arr[i]; } double avg = sum / n; cout<< "avarage ="<< avg<< endl; return 0; ) /*what does int n= sizeof(arr[]) /sizeof(arr[0]); do, can someone explain that line for me*/
arrays
c++
0 Votes
3 Answers
15th Oct 2016, 11:31 AM
Leslie Jason
Can you help me in this code?
%
==
0
3
and
for
if
in
int(input())
n):
n=
range(1,
x
x
x
-4 Votes
9 Answers
17th Jun 2021, 6:44 PM
zoro
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
How to allow one instance of exe
2 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
Python
1 Votes
What should I add/improve ?
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes
Tools for web design?
1 Votes
Flight tracker coding foundation help me
1 Votes
Remove raw pointer from observer design pattern
0 Votes