79366903

Date: 2025-01-18 09:55:37
Score: 0.5
Natty:
Report link

use Environment.NewLine(checked in MAUI)

String contact_str = "Contact: " + name;
String email_str = "Address: " + email;
String age_str = "Age: " + age;
DisplayAlert(contact_str + Environment.NewLine + email_str + Environment.NewLine + age_str);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Олег Ладыко