I click on copy, but it doesn't copy anything.

BrunoB

Well-known member
Joined
Nov 19, 2022
Messages
96
Programming Experience
Beginner
Hello, unfortunately I can't copy the code when I click on copy, why? Thank you.


1673636980703.png
 
You know what I find amazing is that even though you've posted an image, an iPhone will copy the text (just the code, not the line numbers) really well..

C#:
namespace DESAFIOPOO1
static void Main(string[] args)
{
class Program
{
{
Telefono t1 = new Telefono:
t1.setModelo( "Motorola") ;
string mod = t1.getModelo();
Console.WriteLine("el modelo es" + " mod") ;
Console.ReadKey();
}

Bit of a Format Document and she'll be good !
 
Sorry, I don't understand what you mean. Here in my country they don't let Iphone in....
 
Have you tried dragging a selection with your mouse and pressing Ctrl-C?
 
Back
Top Bottom