Answer:
Following are the code to the given question:
#include <iostream>//header file
using namespace std;
int main()//main method
{
int r=26,x,y;//defining integer variable
char c;//defining a character variable
for(x= 1; y<= r; x++)//using for loop for count value
{
for(y= 1; y<= x; y++)//using for loop to convert value in triangle
{
c=(char)(y+64);//convert value into character
cout << c;//print character value
}
cout << "\n";//use print method for line break
}
return 0;
}
Output:
Please find the attachment file.
Explanation:
In this code, three integer variable "x,y, and r", and one character variable "c" is declared, that is used in the nested for loop, in the first for loop it counts the character value and in the next for loop, it converts the value into a triangle and uses the char variable to print its character value.
Answer: An undirected graph is the graph that has the connection of the objects in the form of bidirectional edges.This graph is formed for by the attachment of the collection of the objects which get displayed in the form of network and thus, also known as the undirected graph.
The graph is formed by the nodes or objects getting connected and form edges or link(which is typically in the form of line).
.
C) End is the key that moves the insertion point to the end of data in a cell.
Most internet connections use full-duplex transmissions. (Please give brainliest answer :) :D )
Answer:
Option a. True
Explanation:
The given statement is true because the off-off-Broadway was a movement started from 1958. It can be discussed as:
- (Amateur theater ) that rejected all other commercial theaters.
- Most of the off-off-Broadways were made in 1960's in coffee shops of New York.
- Stage plays were performed experimentally without taking a notice on the playwrights and actors.
- During Integration, the experimental work was of great value and was known for its nature.
- Gradually the image of Broadway got down while reshaping itself and the produced works were no longer suitable for commercial theaters.
- Many of the plays from these theaters are still known such as:
- The Dove Company
- The old reliable
- La Mama
i hope it will help you!