subject

Pomógłbymi ktoś z takim zadaniem? C++

Stwórz tablicę dwuwymiarową nxn i wypełnij ją 1, a na przekątnych wpisz 0.
n podaje użytkownik z konsoli podczas uruchamiana programu.

Np. dla n =5 otrzymamy
0 1 1 1 0
1 0 1 0 1
1 1 0 1 1
1 0 1 0 1
0 1 1 1 0

Chodzi tutaj o metodę wskaźników, nie rozumiem i byłbym wdzięczny za pomoc

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 24.06.2019 21:30
How is a wan different than a lan? both connect computers, but only wan users don’t need the same operating system. both are peer-to-peer networks, but only a wan requires networking hardware. both network computers, but only a wan can cover larger geographical ranges. both connect computers to the internet, but only wan connects to the cloud.
Answers: 1
question
Computers and Technology, 24.06.2019 22:00
True or false technology is often discovered by accident
Answers: 2
question
Computers and Technology, 24.06.2019 23:00
Systolic pressure is a measure of blood pressure when the ventricles relax and fil with blood ture or false
Answers: 1
You know the right answer?
Pomógłbymi ktoś z takim zadaniem? C++

Stwórz tablicę dwuwymiarową nxn i wypełnij ją 1, a...
Questions
question
Law, 11.01.2021 08:10
question
Mathematics, 11.01.2021 08:10
question
Chemistry, 11.01.2021 08:10
Questions on the website: 13722363