Toggle navigation
Toggle navigation
This project
Loading...
Sign in
LI ENGUANG
/
Assignment2-0925
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
YJ-062\Administrator
2020-09-25 22:48:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
88083ebb361a038b8a22eb8a314ee19c8db59ab8
88083ebb
0 parents
exitt prog
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
exitt.cpp
exitt.exe
exitt.cpp
0 → 100644
View file @
88083eb
#include<iostream>
#include<string>
using
namespace
std
;
void
exitt
()
{
string
st
;
while
(
1
)
{
cout
<<
"Enter:"
;
cin
>>
st
;
if
(
st
==
"exit"
)
{
return
;
}
}
}
int
main
()
{
exitt
();
return
0
;
}
\ No newline at end of file
exitt.exe
0 → 100644
View file @
88083eb
No preview for this file type
Please
register
or
login
to post a comment