×
Log in
Twitter
Gmail
Facebook
.NET Fiddle
and
.NET Academy
shared account
Remember me
Log in
Sign up
or
Reset password
Back To Editor
New
Save
Fork
Run
Share
Collaborate
Tidy Up
Convert To VB.NET
View IL
Getting Started
Log in
Sign up
About
Twitter
.NET Academy
Chrome Ext
Support
Roadmap
Terms
Privacy Policy
Contact Us
Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
Preview
Advanced Widget Builder
We Stand with Ukraine
Options
Language
:
C#
VB.NET
F#
Project Type
:
Console
Script
MVC
Nancy
Compiler
:
.NET 4.7.2
Roslyn 4.8
Latest (.NET 9)
.NET Core 3.1
.NET 5
.NET 6
.NET 7
.NET 8
.NET 9
NuGet Packages:
Add Another
Auto Run:
Yes
No
.NET Academy
.NET Jobs
Support
Roadmap
Terms
Contact us
SWEN 5237-Assignment1_problem3_Final by
purplehaze_87
Access:
Public
Public
Only With Link
using System; class email { public string Mail; public email(string Mail) { this.Mail= "Mail"; } }
x
1
using
System
;
2
3
4
class
email
5
{
6
7
public
string
Mail
;
8
9
public
email
(
string
Mail
)
10
{
11
this
.
Mail
=
"Mail"
;
12
}
13
14
15
}
16
Compilation error (line 35, col 2): } expected
Last Run:
7:16:26 pm
Compile:
0s
Execute:
0.045s
Memory:
0b
CPU:
0s
Loading packages and dependencies
Advanced Widget Builder
Entity Framework Extensions - Fastest Way of Inserting Entities
Trusted by over 5000 business to improve their application performance
Try It
Entity Framework Extensions - Bulk Extensions to Improve Performance
BulkInsert | BulkUpdate | BulkMerge | BulkSaveChanges | WhereBulkContains
Learn More
Entity Framework Extensions - Bulk Insert Entities with EF Core
Over 20 million downloads | Support all EF6 and EF Core versions
Learn More
Dapper Plus - A Must Have Extensions to Boost your Performance
Extend your IDbConnection with High-Performance Bulk Operations
Learn More
C# Eval Expression - Evaluate, Compile and Execute C# Code at Runtime
LINQ Dynamic | Eval.Execute(code) | Eval.Compile(code)
Learn More
×
View IL Code