User:Defaultbug
From WikiEducator
Occupation: | Student |
Nationality: | |
Languages: | Filipino, English, |
Country: |
Contents
About Me
- 3rd year student at Eit(Eastern Institute of Technology)
- Like to play PC games.
My Interesting Links
Assessed Activity 4.2
APA Reference
Digital learning. (2014, September 29). In Wikipedia, The Free Encyclopedia. Retrieved 00:25, March 16, 2016, from https://en.wikipedia.org/w/index.php?title=Digital_learning&oldid=627579641
Pedagogical template
Syntax highlighter
class Program
{
static void Main(string[] args)
{
System.IO.StreamReader myfile = System.IO.File.OpenText("SomeFile.txt");
String line;
while ((line = myfile.ReadLine()) != null)
{
int position = line.IndexOf("b");
Console.WriteLine(position);
}
}
}
Assessed Activity 4.4 (2016) Connecting the Wiki to my blog through an RSS feed
Blogs RSS FeedExtension:RSS -- Error: Not a valid URL: /feed/ |
Assessed Activity 5.1
My Personal Learning Network Diagram |