The programming language to use here is not stated, so standard output is not clear. A solution using text boxes for input and output can be given in Delphi:
unit Unit2;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;
type TForm2 = class(TForm)
Edit1: TEdit;
Edit2: TEdit;
procedure FormCreate(Sender: TObject);
private { Private declarations }
public { Public declarations }
end;
var Form2: TForm2;
implementation
{$R *.dfm}
procedure TForm2.FormCreate(Sender: TObject);
var i: integer;
txtline: string;
begin
i := StrToInt(edit1.text);
txtline := IntToStr(i) + ', ' + IntToStr(2 * i) + ', ' + IntToStr(i * i); edit2.text := txtline;
end;
end.
Asks issiaksmskskskejehshsjsjsnsdkxxkdnsabhwssns
Computers that communicate over a network must follow certain <u>protocols or rules</u>, in order to ensure that data are transmitted properly and understood.
<h3>What is a protocol?</h3>
A protocol can be defined as a formatted blocks of data that have been designed and established to obey a set of standard rules (conventions) such as the Transmission Control Protocol and Internet Protocol (TCP/IP).
In Computer networking, all computers and other network devices that communicate over a network must follow certain <u>protocols</u><u> or rules</u>, in order to ensure that data are transmitted properly and well understood by end users.
Read more on protocol here: brainly.com/question/17387945
Explanation:
Por que es un sistema diseñado para ayudar a las personas de forma amable
ESPERO Y TE AYUDE ;)
1 see what you can do and go from their